body {
font-family: verdana, arial, tahoma, serif;
font-size: 8pt;
color: gray;
background-color: black;
text-align: justify;
line-height:18px;
overflow: auto; 
background: url(bg.png) repeat-x black; 
margin: 0px;
padding: 0px;}

p {
text-align:justify; }

a:link { color: lightgrey;
text-decoration: none; 
cursor: help; }

a:visited { color: lightgrey;
text-decoration: none; 
cursor: help; }

a:hover { color: gray;
text-decoration: none; 
text-transform: uppercase; 
cursor: hand; }

h1 {
color: lightgrey;
background-color: #242424;
font-family: arial, verdana;
font-size: 14pt;
text-align: center;
line-height: 8px;
letter-spacing: -1px;
font-weight: bold;
text-transform: lowercase;
margin: 5px;
padding-bottom: 0px;
padding-top: 0px;
paddting-right: 5px;
padding-left: 5px;
}

#div {
width: 1000px;
margin: 0px auto;
text-align: justify;
padding: 0px; }

#content {
width: 400px;
float: center;
}

#menu
{ height: 50px;
  width: 400px;
  margin: 0px auto; }

#menu li
{ float: left;
  padding: 10px 0px 0px 0px;
  list-style: none; } 

#menu li a 
{ text-align: center;
  font-size: 14px;
  float: left;
  color: lightgrey;
  width: 80px;
  text-decoration: none;
  font-variant: small-caps;
  padding: 0px 0px 2px 0px; } 

#menu li a:hover
{ color: gray;
  border-bottom: 3px solid gray;
  margin-bottom: 0px; }