<html>
<head>
<style type="text/css">
ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{
float:left;
width:6em;
text-decoration:none;
color:white;
background-color:black;
padding:0.2em 0.6em;
border-right:1px solid white;
}
a:hover {background-color:#ff3300}
li {display:inline}
</style>
BODY, TD, P, LI, BLOCKQUOTE { 
   font-family: Gill Sans MT Condensed;
   font-size: 20px;
   color: #000000;
   }

H1 {
   font-family:Monotype Corsiva;
   font-size: 75px;
   font-weight: bold;
   text-align: center;
   color: silver;
   background: black;
   }


A:link {
   color: black;
   font-weight: bold;
   }

A:active {
   color: blue;
   text-decoration: underline;
   }

A:visited {
   font-style: italic;
   text-decoration: line-through;
   }

</head>
</html>
