* {
font-family: arial verdana;
}

body
{
margin:0 !important;
padding:0 !important;
color:#E9E9E9;
background-color:black;
font-size: 12px;
background: #000 url('images/bg0.png');
}

a,a:visited
{
font-family: verdana;
font-size: 12px;
color: #F0CC00;
text-decoration: underline;
}

a.bordered:hover
{
font-family: verdana;
font-size:12px;
color:#F0CC00;
text-decoration:underline;
background-color: black;
border: 1px solid #3CE63C;
padding: .5em;
}

a:hover
{
font-family: verdana;
font-size:12px;
color:#F0CC00;
text-decoration:underline;
}

.nav
{
font-size:16px;
font-family:georgia;
}

.content
{
font-size:12px;
font-family:georgia;
color:#E9E9E9;
font-weight:bold;
}

.copyright
{
font-size:12px;
font-family:arial;
color:black;
}

table {
border: 1px solid black;
font-size:12px;
color:#E9E9E9;
background: url('images/75black_lines.png');
-moz-border-radius:25px;
}

.title
{
color:white;
font-size:26px;
font-weight:bold;
font-family:georgia;
}

.underline
{
font-size:12px;
color:#0000A0;
text-decoration:underline !important;
}

input
{
color:#0000A0;
font-size:12px;
border:1px;
border-style:solid;
border-color:#006FDD;
background-color:#4D4D4D;
}

textarea
{
color:#0000A0;
font-size:12px;
border:1px;
border-style:solid;
border-color:#006FDD;
background-color:#4D4D4D;
}

.noborder
{
border: 0px solid !IMPORTANT;
}

.underline
{
text-decoration:underline !IMPORTANT;
}

.nounderline
{
text-decoration:none !IMPORTANT;
}

.noborder
{
border-width:0px !IMPORTANT;
}

img{
border:0;
}

.bottom {
padding:4px;
position:fixed;
bottom:0;
left:0;
width:100%;
color:#ccc;
font:11px;
background-color:#000;
}