body {
  background: black;
}
* {
color: white;
font-family: verdana;
}
a {
text-decoration: none;
color: #CCCCCC;
font-size: 13px;
}
input, textarea, select, option { color: black;}
a:hover {
color: #DCA00C;
}
.full {
width: 50%;
min-width:400px;
} 
.td {
border-bottom: solid #FFFFFF 1px;
border-left: solid #666666 1px;
border-right: solid #666666 1px;
border-top: solid #FFFFFF 1px;
}
