a:link { color: #ff0000; font-weight: bold; text-decoration: underline }
a:visited { color: #ff0000; font-weight: bold; text-decoration: undeline }
a:hover { color: #ff0000; font-weight: bold; text-decoration: none }

H1 { color: #0000ff; font-size: x-large }
H2 { color: #0000ff; font-size: large }
H3 { color: #0000ff; font-size: medium }

UL { margin-left: 25px; margin-right: 25px; }

OL { margin-left: 25px; margin-right: 25px; }

 #buttons {
     margin:0px 0px 0px 0px;
     padding:7px 20px 7px 20px;
     font-family: serif;
     text-align: center;
     white-space:nowrap;
     background-color: #0000ff;
 }
 #buttons a {
     padding:7px 20px;
     font-family: serif;
     text-align: center;
     color:#FFFFFF;
     text-decoration:none;
 }
 #buttons a:hover {
     padding:7px 20px;
     border-right:1px solid #000000;
     font-family:serif;
     font-weight:bold;
     color:#FFFFFF;
     text-decoration:none;
     background-color: #ff0000;
 }
 #buttons strong {
     padding: 7px 20px;
     border-right:1px solid #000000;
     font-family:serif;
     font-weight:bold;
     color:#FFFFFF;
     text-decoration:none;
     background-color:#000000;
 }
 #body {
     background-color:#FFFFFF;
     width: 750px;
 }
 #content {
     text-align: left;
     margin-left: 15px;
     margin-right: 15px;
     min-height: 400px;
 }
 #floatbox {
	float: right;
	width: 325px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #0000ff;
 }
