BODY {
	background : white;
	font-family : Verdana;
	font-size : x-small;
}

H1 {
	font-style : italic;
	font-size : 18px;
}

A {
	color : Navy;
	font-weight : bold;
}

A:HOVER {
	color : white;
	background : Navy;
	font-weight : bold;
}

TABLE {
	background : #ffcc99;
}

TD {
	border : thin groove;
	font-family : Verdana;
	font-size : 11px;
}

