table { background-color: white;}
td, th { border: 2px groove brown;}
th.ItIsAnActive {
border-left: 2px groove brown;
border-top: 2px groove brown;
border-right: 2px groove brown;
border-bottom: 0px groove brown;
}

td.ItIsBody {
background-color : white;
border-left: 2px groove brown;
border-top: 0px groove brown;
border-right: 2px groove brown;
border-bottom: 2px groove brown;
padding: 12px;
}

th.ItIsNotActive {
border: 5px double brown;
}
a:hover {
	background-color : #C1FFC1;
	color : #00009F;
	text-decoration : none;
}
body {font-family:arial,times,system;}
