html{
 margin: 0;
 padding: 0;
}

h1, h2, p, ol, ul {
	margin-top: 0;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.0em;
}


body{
 background-image: url(../kuvat/raita.gif);
 background-repeat: repeat;
 background-color: #FBF79C;
 font-family: trebuchet ms, verdana, sans-serif;
 font-size: 13 px;
 text-align: center;
 }
table 	{  
 font-family: trebuchet ms, verdana, sans-serif;
 font-size: 13 px;
 text-align: center;
}
a:link {
 text-decoration: none;
 color: #666666;
}
a:visited {		
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
a:active {		
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}
a:hover {   
  text-decoration: none;
	color: #FFFFFF;
	background-color: rgb(191, 23, 77);
}