/*Gemeenschappelijke styles*/
td.off,td.over,td.on
{
	color: #fff;
	width: 86px;
	height: 30px;
	vertical-align: top;
	padding-top:8px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	border-radius: 8px;
	cursor:pointer;
}
/*Individuele styles*/
td.off
{
	text-decoration:none;
	background-color: inherit;	
}
td.over
{
	text-decoration:none;
	background-color: #e00;
}
td.on
{	
	text-decoration:underline;	
	background-color: #e00;
}





