DIV TD {
	background-color: #C8A86C;
	border: thin solid #826531;
}

DIV TD:hover {
	background-color: #D5BC8E;
	border: thin solid black;
	cursor: hand;

}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #826531;
	height: 20px;
	width: 70px;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #826531;


}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #332813;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #332813;
	height: 20px;
	width: 70px;
}

