BODY {
	color: Navy;
	background-color: White;
	font-family: Arial;
	font-size: small;
	text-align: left;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	background-image : none;
}

A {
	color: Teal;
	font : bold;
	text-decoration : underline;
}

A:HOVER {
	color: Red;
}

h1 {
	color : Navy;
	font-size : 14pt;
	font-weight : bold;
}

H2 {
	color : Navy;
	font-size : 12pt;
	font-weight : bold;
}