/*Tyylisivu Solmulle*/


BODY          	{ 
		text-decoration:none;
		font-weight:normal;
		font-family: Tahoma, Verdana,'Myriad Web', Syntax, 			sans-serif;
		font-size:10pt;
		font-size-adjust:	.53;
		color:#333333;
		}           	




TD, LI, UL	{	
	text-decoration:none;
	font-weight:normal;
	font-family: Tahoma, Verdana,'Myriad Web', Syntax, 	sans-serif;
	font-size:10pt;
	color:#333333; /*Punainen*/
	}	


/*otsikot*/

H1	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	2em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.58em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.33em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.17em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
		
		
		

H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT	{	
	color:	#036;
	}	
		
HR	{	
	color:	#036;
	}	
		


A:link	{ 
	text-decoration:none; 	
	font-weight:normal; 
	font-family: Tahoma, 'Myriad Web', Syntax, sans-serif; 
	font-size:10pt;	
	color:#F30; /*Punainen*/
	}	
		
A:visited	{	
	text-decoration:none;
	font-weight:normal;
	font-size:10pt;
	font-family: Tahoma, 'Myriad Web', Syntax, sans-serif;
	color:#996; /*Vihrea*/
	}	
		
A:active	{	
	text-decoration:none;
	font-weight:normal;
	font-size:10pt;
	font-family: Tahoma, 'Myriad Web', Syntax, sans-serif;
	color:	#F30; /*Punainen*/
	}	
		
A:hover	{	
	text-decoration:underline;
	font-size:10pt;
	color:#F66; /*Puna*/
	}			