table,tr,td {

font-family:verdana;
font-size:11px;
border-color:silver;


}

.taulukko {
	border-right: 1px solid #6F72FF;
	border-left: 1px solid #6F72FF;
	border-bottom: 1px solid #6F72FF;
	border-top: 1px solid #6F72FF;
	width:750px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 0 0 0 0;}
	
	
A:link {text-decoration: none ; color: blue; font-weight:bold;} 
A:visited {text-decoration: none ; color: blue; font-weight:bold;}
A:active {text-decoration: none ; color: blue; font-weight:bold;}
A:hover   { color : black ; font-weight: normal; font-weight:bold;}
