TD {
	font-size : smaller;
	
}


H3 {
	background-color : Blue;
	text-decoration : underline;
	color : White;
	padding-left : 20px;
}

BODY {
	font-size : smaller;
	background-color : White;
}

A:HOVER {
		background-color : Silver;
		color : Blue;
		font-variant : small-caps;
		text-decoration : none;
}

	A {
		background-color :White ;
		color: Blue;
		font-variant : small-caps;
		text-decoration : none;
		
		}