/* CSS Document */

body
{ 
background-image: 
url('images/tausta.jpg');
background-repeat: repeat-x
}

H1     
{
font-style: normal;
font-family: times;
font-weight : bold;
font-size: 16pt;
color: #CC0000; 
} 


H2     
{
font-style: italic;
font-family: times;
font-weight : bold;
font-size: 12pt;
color: #333333; 
} 


P
{
	font-style: normal;
	font-family: Leelawadee;
	font-size: 11pt;
	color: #333333;
}

H3
{
font-style: normal; 
font-family: arial;
font-size: 6pt;
color: #999999; 
font-weight: normal;
}

H5:link, H5:active, H%:visited
{
font-style: normal;
font-size: 11pt;
color: #FFFFFF;

}


A:link, A:visited, A:active, A:hover
{
	font-style: normal;
	font-size: 11pt;
	color: #00008B;
	font-family: Leelawadee;
	font-weight: normal;
	text-decoration: none;
}

