body { background-color: #ccccff; font: 10pt Arial }
a:link    { color: #cc33cc; font: 10pt Arial } 
a:visited { color: #000099; font: 10pt Arial } 
a:active  { color: red; font: 10pt Arial }
hr { border: 0; width: 80%; height: 2px; text-align: center; color: purple; background-color: purple }
p { font: 10pt Arial; color: #3333ff }
h1 { font: bold 24pt Arial; color: #cc33cc }
h2 { font: bold 16pt Arial; color: #cc33cc }
h4 { font: bold 13pt Arial; color: #cc33cc }
.redtext { color: #cc33cc; font-weight: bold }

div#maincontent {  
   float: right; 
   border: 0;
   margin: 0; 
   padding: 0; 
   width: 80%;
}
  
div#menu {
   float: left; 
   border: 0;
   margin: 0; 
   padding: 0;
   width: 20%;
  }	

div#footer {
   clear: both;
   border: 0;
   margin: 0; 
   padding: 0;
   text-align: center;
   width: 100%;	
}

ul {
   	margin: 10px;
	padding: 0;
	border: none;
        list-style-type: square;
}
	
