body {
background: black;
color: yellow;
margin: 10px;
font: normal 90%/130% "Trebuchet MS", arial, tahoma, sans-serif;
}

h1 {
line-height: 120%;
}
div.middle {
position: relative;
margin: 15px auto;
width: 738px;
}
a, a:link {
color: forestgreen;
text-decoration:none;
border-bottom: 1px dashed forestgreen;
}
a:visited {
color: gold;
border-bottom: 1px dashed gold;
}
a:hover {
color: orange;
border-bottom: 1px solid orange;
}
a:active {
color: limegreen;
border-bottom: 1px solid limegreen;
}
a.simple, a.simple img {
border: none;
}
#menu {
width: 738px;
margin: auto;
font-weight:bold;
font-size: 120%;
line-height: 100%;
list-style:none;
}
#menu li {
float: left;
margin: 8px 10px 30px 10px;
}
#menu li a {
border-bottom: none;
}
#manta td {
padding-right: 20px;
}
div.clearer {
   width: 1px;
   clear: both;
}

