﻿<style>
body {position: relative; 
      margin: 0; 	
      padding: 0;
 	  }
p  {font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Verdana;
	font-size: x-large;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Verdana;
	font-size: large;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}


li {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}


table  {font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
<fprolloverstyle>A:hover {color: red;}
div#links {
	font: 10px Verdana, sans-serif;
	z-index: 100;
}
div#links a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif;
	display: inline;
	padding: 5px 5px;
	margin: 0 0 0;
	border-width: 0;
	text-decoration: none;
	color: #FFC;
	background: #444;
}
div#links a:hover {
	color: #411;
	background: #AAA;
}
div#links a span {
	display: none;
}
div#links a:hover span {
	display: block;
	position: absolute;
	top: 235px;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	margin: 0px 0px 0px -5px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: right;
}
div#content {
	position: relative;
	top: 0;
	width: 910px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background: white;
	font: 10px Verdana, sans-serif;
	border: solid 1px black;
}
div#content p {
	margin: 0 1em 1em;
}
div#content h3 {
	margin-bottom: 0.25em;
}
</style>

