/* css osio sivuun index.htm */
/******************************************************************
 Taulujen solut
 ******************************************************************/
TD.otsikko {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	background-color : #C9D0B3;
	color: Black;
}
TD.painike {
	background-image : url(../kuvat/bck_painike.jpg);
	text-align : center;
	font-size : xx-small;
	width : 100px;
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
/* Painikkeiden linkit                                                                                  */
A:link.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	text-decoration : none;
	color: #FFFFCC;
}
A:visited.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color: #FFE79B;
}
A:active.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color: orange;
}
A:HOVER.painike { 
	background-color : #FCD183; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color : Black; 
}