body{
margin-left: 0px;
margin-right:0px;
margin-top: 0px;
margin-bottom: 0px;
background-color : black;
}
div#banner {
background-color: black; 
color: white; 
font-size: 300%; 
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#nav ul{
	padding : 3px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0;	
	margin-top: 0;
	white-space : nowrap;
	background-color : orange;
	color : White;
}
#nav ul li{
	display : inline;
}
#nav ul li a{
	padding-left : 1em;
	padding-right : 1em;
	background-color : black;
	color : White;
	font-weight : bold;
	text-decoration : none;
	font-family: Arial, sans-serif;
	font-size: 100%;
}
#nav ul li a:hover{
	background-color : red;
	color : white;
}

.class1 a:link {text-decoration: none; color: black;}
.class1 a:visited {text-decoration: none; color: black;}
.class1 a:active {text-decoration: none; color: black;}
.class1 a:hover {text-decoration: underline; color: black;}

h4, p, li
   {
font-family:sans-serif;
font-size:100%;
   }
   
h1
   {
font-family:sans-serif;
font-size:200%;
   }   

span.rightalign {
	text-align: right; 
	}   
	
span.justifyalign {
	text-align: justify; 
	} 