BODY {
	color: Navy;
	background-color : White;
}

H1, H2, H3, H4, H5, H6 {
	background-color: Navy;
	font-family : Verdana, Arial, sans-serif;
	color: White;
	width: 100%; 
	border: Navy;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

P, FORM, UL, OL, TH, TD, ADDRESS {
		font-family : Verdana, Arial, sans-serif;
}
/*TH, TD  {
		font-family : Verdana, Arial, sans-serif;
}*/

STRONG {
	color : Red;
}

.note {
	font-style: italic;
	font-size : smaller;
}

.right {
	
}

.right {
	text-align: right;
}

