/* CSS Document */

/*<![CDATA[*/

    A:link

    {color: #FE6F06;
    font-family: verdana;
    font-size: 16px;
    text-decoration: underline;}

    A:visited

    {color: #FE6F06;
    font-family: verdana;
    font-size: 16px;
    text-decoration: underline;}

    A:active

    {color: #FE6F06
    font-family: verdana;
    font-size: 16px;
    text-decoration: underline;}

    A:hover

    {color: #FE6F06;
    font-family: verdana;
    font-size: 16px;
    text-decoration: underline;}

    A.ilmaiset {font-size: 22px; 
                text-decoration: underline;}

    #textbox
    {
      width: 95%;
      background-color: #ffffff;
      padding: 15 15 15 15;
      border: 2px dashed #000000;
    }
    
    body
    {
      font-family: verdana;
    }
    
    h1
    {
      font-size: 24px;
      color: #fe6f06;
      margin: 10 0 15 0;
    }
    
    p
    {
      margin: 4 0 0 0;
    }
    
    #linebreak
    {
      margin: 20 0 20 0;
    }
    
    #linebreak2
    {
      margin: 40 0 0 0;
    }
    
    #smaller
    {
      font-size: 20px;
      color: #fe6f06;
      margin: 10 0 15 0;
    }
  
    /*]]>*/
