body{
 background-color: #000000;
 font-family: Arial, sans-serif;
 color: #FFFFFF;
}
a:link {
color: #80FFFF;
}
v:link {
color: #FFFF80;
}
h1 {color: #00FFFF;
    font-size: 1.2em;
	font-weight: bold;
}
h2 {color: #FFFF80;
    font-size: 1.1em;
	font-weight: bold;
}
ul {
list-style: none:
}
.maintext {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 25px;
 font:1em, Arial, Helvetica, Sans-serif;
 color:white;
 font-weight:normal;
}
.smtxt {
font: .6em, arial, helvetica,sans-serif;
color: red;
font-weight: normal;
}
#sideleft {
width: 155px;
left: 5px;
}
#middle {
position: absolute;
width: 600px;
top: 270px;
left: 160px;
}
#navigation {
 position: absolute;
 top: 270px;
 width: 140px;
 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;
}
