/* style sheet for Navigation Bar

 This sets the appearance of general body text  
 And the background graphics*/
 
 
body {
	background-color: #3300FF;
	margin-top: 0;
}
		
p   {
	font-family : "Arial";
	font-weight : bold;
	font-size : 10pt;
	text-align : left;
}
.menu {
	background-color: Orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
a.menu {
	text-decoration: none;
}
#linklist {
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
}