body{
 background-color: #000000;
 font-family: Arial, sans-serif;
 font-color: #000000;
}
a:link {
color: #00FFFF;
}
v:link {
color: #80FF80;
}
#sideleft {
width: 155px;
left: 5px;
}
#middle {
position: absolute;
width: 600px;
top: 180px;
left: 170px;
}
<!-- text definitions -->
h1 {
text-align: left;
margin-left: 10px;
font-size:1.1em;
font-family: Arial, Helvetica, Sans-serif; 
color:#FFFF00;
font-weight: bold;
}
h2 {
text-align: left;
margin-left: 35px;
font-size: 1.0em;
font-family: Arial, Helvetica, Sans-serif; 
color:#FFFFFF;
font-weight: normal;
}
h3 {
text-align: left;
font-size: 0.9em;
font-family: Arial, Helvetica, Sans-serif; 
color:#FFFF00;
font-weight: normal;
}
#maintext {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 15px;
 }
#dentext {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 25px;
 }
smtxt {
font: .6em, arial, helvetica,sans-serif;
color: red;
font-weight: normal;
}
.spacer {
 margin-left: -25px;
 margin-top: 5px;
 margin-bottom: 3px;
 font-size:1em;
 font-family: Arial, Helvetica, Sans-serif; 
 color: #FFFF00;
 font-weight: bold;
}
ul {
list-style: none:
}

#navigation {
 position: absolute;
 top: 180px;
 width: 150px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:0.8em;
 font-weight:bold; 
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation li {
 border-bottom: 1px solid #FFFFFF;
}
#navigation li a:hover {
 background-color: #400040;
 color: #FFFF00;
}
#navigation li a {
 display: block;
 padding: 1px 1px 1px 0.5em;
 border-left: 12px solid #000000;
 border-right: 0px solid #711515;
 background-color: #000000;
 color: #FFFFFF;
 text-decoration: none;
}
