/* Example style sheet file (note how this comment was created) */

BODY	  {background-image:url(tausta.gif);
        background-repeat:repeat;
        color: #000000;
	  font-style: normal;
        font-family: 'Times New Roman';
        font-size: 12pt;}

A:link  {color: #0000FF;}

A:vlink {color: #660099;}

H1	  {font-weight: bold;
	  text-align: left;
	  color: #000000;
	  font-family: 'Times New Roman';}

H2	  {font-weight: bold;
	  text-align: left;
        color: #000000;
	  font-family: 'New Times Roman';}

H3	  {font-weight: bold;
	  text-align: left;color:#000000;
	  font-family: 'Times New Roman';}

I, EM	  {font-style: italic; color: #000000;}

B, STRONG {font-style: bold; color: #000000;}

P.not   {font-size:10pt;}

