/* 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: times new roman;
	font-size: 13pt;
	color: #333333;
}

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

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


A:link, A:visited, A:active, A:hover
{
	font-style: normal;
	font-size: 12pt;
	color: #000;
	font-family: times;
	font-weight: normal;
	text-decoration: none;
}
