body{
   background-image: url('images/vihkonreuna.jpg');
   background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica;
	font-size: 80%;
	margin: 1% 1% 2% 4%;
}

table {border:0; font-size: 75%;
	font-weight: normal;}

tr {border: 0 0 0 1px dashed;	border-color: #E9967A;}

#th1 {
	width: 29%;
	font-weight: bold;
	text-align: center;
}
#t1 {
	width: 29%;
}

#th2 {
	width: 16%;
	font-weight: bold;
	text-align: center;
}
#t2 {
	width: 16%;
}

#th3 {
	width: 8%;
	font-weight: bold;
	text-align: center;
}
#t3 {
	width: 8%;
}

#th4 {
	width: 8%;
	font-weight: bold;
	text-align: center;
}
#t4 {
	width: 8%;
	background-color: #CCFFFF;
}

a:link   {
	color: Blue;
	text-decoration: none; }
a:active {
	color: Blue;
	text-decoration: none; }
a:hover  {
	color: Red;	
	background-color: yellow; 
	text-decoration: none; }
a:visited   {
	color: Blue;
	text-decoration: none;
}
