BODY {
	background-image: url("sivutaus.jpg");
	background-attachment: fixed;
	background-color: #F4F7E6;
	
}

table, td, p, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #DFE6C5;
	
}

A:LINK {
	
	border-bottom : 1px dotted;
	color : #000000;
	text-decoration : none;
}

A:VISITED {
	
	border-bottom : 1px dotted;
	color : #000000;
	text-decoration : none;
}

A:HOVER {
	color : #FFFFFF;
	text-decoration : none;
	
	}

H1 {
	color: #52573E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;	

}

H2 {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #F4F7E6;
	border-top: 1px solid;
	border-bottom: 1px solid;
	
}


