a {
	color: navy;
}

a:hover {
	color: #214ed0;
	text-decoration: none;
}

a.white {
text-decoration: none;
}
li.white a {
	color: black;
	text-decoration: none;
}

a.white:hover {
	text-decoration:none;
	position: relative;
}

li.white A:hover {
	text-decoration:none;
}

a.side {text-decoration:none
}

a.side:hover {
	text-decoration: none;
	width: 80%;
}

#menu {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	color: #00008b;
	font-weight: bolder;
	font-size: 13px;
	margin-left: 48px;
}
.menu {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	color: #00008b;
	font-weight: bolder;
	font-size: 13px;
	margin-left: 48px;
}

body {
	color: rgb(0, 0, 0); 
	 background-color: rgb(255, 255, 204); 
	 margin-top: 0px; 
	 margin-left: auto; 
	 margin-right: auto; 
	 text-align: center; 
	 height: 829px;
}


