BODY {
	background-color : White;
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 10px;
}

H1  {
	color: #000080;
}
H2  {
	color: #000080;
}
H3  {
	color: #555DB0;
}

A.nav {
	background-color : #000080;
	color : White;
	font-size : 13px;
	width : 100px;
	text-align : center;
	text-decoration : none;
	vertical-align : middle;
	font-weight : bold;
	padding : 5px;
}

A.nav:link {
	background-color : #000080;
	color : White;
	font-size : 13px;
	width : 100px;
	text-align : center;
	text-decoration : none;
	vertical-align : middle;
	font-weight : bold;
	padding : 5px;
}

A.nav:active {
	background-color : #555DB0;
	color : White;
	font-size : 13px;
	width : 100px;
	text-align : center;
	text-decoration : none;
	vertical-align : middle;
	font-weight : bold;
	padding : 5px;
}

A.nav:hover {
	background-color : #555DB0;
	color : White;
	font-size : 13px;
	width : 100px;
	text-align : center;
	text-decoration : none;
	vertical-align : middle;
	font-weight : bold;
	padding : 5px;
}