body {
color: #BEBEBE;
background-color: #060606;
font: normal 10px verdana, arial, tahoma, sans-serif;
}

a:link, a:active {
color: #ECECEC;
text-decoration: none;
}

a:visited {
color: #A1A1A1;
text-decoration: none;
}

a:hover {
color: #A1A1A1;
text-decoration: underline;
}

ul {
list-style: disc inside;
margin: 3px 0 10px 0;
padding: 0;
}

li {
margin: 1px 0 0 2px;
}

li span {
font-weight: bold;
}

p {
margin: 0;
}

#full {
background-color: #1E1E1E;
margin: 20% 0 0 -300px;
width: 600px;
left: 50%;
position: relative;
border: 1px solid #323232;
}

#full div {
padding-left: 8px;
}

p.topmargin {
margin-top: 8px;
}

#content {
padding-top: 8px;
border-top: 1px solid #323232; 
border-bottom: 1px solid #323232;
}

#header {
color: #C8C8C8;
background-color: #1B1B1B;
height: 20px;
line-height: 20px;
vertical-align: middle;
}

#hleft {
font-weight: bold;
float: left;
}

#hright {
text-align: right;
padding-right: 8px;
}

#hright a {
color: #A1A1A1;
text-decoration: none;
}

#footer {
color: #C8C8C8;
background-color: #1B1B1B;
height: 20px;
line-height: 20px;
vertical-align: middle;
}

small {
font-size: 9px;
}