H3 {
	text-align : center;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	color : Navy;
}
A {
	color : blue;
	text-decoration: none;
}
A.warn{
	color : Navy;
	text-decoration: none;
}
			
A:HOVER {
	color: Black;
	text-decoration: underline;
}
BODY {
	background-color :#FFFFF0;
	font-size : 11pt;
	color: Black;
	margin-left: 5;
	margin-top: 0
}

.menu {
	width:100%;
	font-size:18px;
	border:0.1px white outset;
	background: #A9A9A9;
	text-align : center;
	font-family : "MS Serif", "New York", serif;
}


			
.nav{
	color: blue
}
.nav:hover{
	text-decoration: none;
	color: Black
}

TABLE {
	font-family: "Times New Roman", Times, serif;
	font-size : 17px;
}
.head1{
	background-color: Blue;
}
.head2{
	background-color: #63CEFF;
}
.absent{
	background-color: #CCCCCC;
	color : Red;
} 
.new{
	background-color: #0099FF;
}