body {
	background-color: White;
	margin-top: 0px;
}

.forAMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #485660;
	text-decoration: none;
}
.forAMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: navy;
	text-decoration: underline;
}
.forMenuBox {
	border-style: solid;
	border-width: 0px;
	border-color: navy;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #485660;
}

.forContentBox {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #485660; 
}

.forFootBox {
	border-style: solid;
	border-width: 0px;
	border-color: navy;
	background-color: white;

}

A {
	font-family: Arial, Helvetica, sans-serif;
	color: #485660; 
	text-decoration: none;
}

A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	color: Navy; 
	text-decoration: underline;
}
