body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

body { 
	background-color: #E2C6FF; 
	}
	
h1 {
	font: 32px helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #FF00FF;
	}
	
h2 {
	font: 24px helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #02383C;
	}
	

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 150px;
font-size:20px;
font-weight:300;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }

	
a:link {
	color: #000;
}
a:hover {
	color: #CC00FF;
	}
a:visited {
	color: #305B96;
}

<script type="text/javascript">
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
  
	
	/*background: #02383C;
	 filter:alpha(opacity=75); /* IE's opacity*/
    /* opacity: 0.75;*/


