body         
{
background-color: #02000B;
background-image: none;
font-size: 10px; 
color: #DDD8FD; 
font-family: "times new roman",verdana, sans-serif;
}
a:link {
color: #C1A5EF;
background-color: #02000B;
font-weight: bold;
text-decoration: none
}
a:visited {
color: #6E54AD; 
background-color: #02000B;
text-decoration: none
}
a:hover {
color: #DDD8FD;
background: #6E54AD;
text-decoration: none
}
a:active {
color: #6A3C63; 
background-color: #02000B;
text-decoration: none
}
li, ul, ol, td, br, p
{
font-size: 18px; 
background-color: #02000B;
color: #DDD8FD;
font-family: "times new roman",verdana, sans-serif;
text-align: left;
}
h1
{  
font-size: 22px; 
color: #DDD8FD;
text-align: center;
text-transform: uppercase;
background: #02000B;
background-image: none;
border-bottom: #ddd8fd solid 1px;
font-family: "times new roman",verdana, sans-serif;
}
h4
{  
font-size: 20px; 
color: #DDD8FD;
text-align: center;
background: #02000B;
background-image: none;
font-family: "times new roman",verdana, sans-serif;
}
hr
{  
color: #DDD8FD;
}
.navigation
{
text-align: center;
text-transform: uppercase;
font-size: 12px;
font-family: "times new roman",verdana, sans-serif;
padding-top: 10px;
}
#content
{
margin: 0 auto;
width: 597px;
top: 0px;
text-align: left;
font-size: 18px; 
color: #DDD8FD;
font-family: "times new roman",verdana, sans-serif;
}
input, textarea, select {
border-right: #6E54AD 1px solid; 
border-top: #6E54AD 1px solid; 
font-size: 18px; 
font-family: "times new roman",verdana, sans-serif;
color: #DDD8FD;
border-left: #6E54AD 1px solid; 
border-bottom: #6E54AD 1px solid; 
background-color: #02000B;
}
img
{
border-style: none;
}
img.floatLeft { 
    float: left; 
margin-right: 5px;
}
img.floatRight { 
    float: right; 
margin-left: 5px;
}