BODY {
	background-color : #152A3F;
}



P {
	text-align: right;
	
}

#menuodd {
	color : #CCCCCC;
	font-family: Gill Sans MT;
	font-style: normal;
	font-size: large;
	line-height : 70%;
}


#menueven {
	color : #CCCCCC;
	font-family: Perpetua;
	font-style: normal;
	font-size: large;
	line-height: 70%
}
#bold {
	font-weight: bold;
}

#justify { 
	text-align : justify;
 }

a:link {
	color : #CCCCCC;
	text-decoration: none;
	
}

a:visited {
	color : #CCCCCC;
	text-decoration: none;
}
a:hover {
	color : #CCCCCC;
	text-decoration: line-through;
}
	
