body {
background: #000;
color: #DDD;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}

table {
background: #222;
width: 60%;
height: 95%;
font-size: 13px;
}

td {
padding: 10;
}

.title {
height: 120;
vertical-align: bottom;
padding-bottom: 10;
font-family: Georgia, Palatino, "Book Antiqua";
font-size: 58px;
background: #111;
padding-left: 150;
color: #555;
}

.main {
background: #111;
vertical-align: top;
color: #EEE;
}

.links {
width: 130;
background: #111;
vertical-align: top;
}

.info {
height: 25;
color: #CCC;
background: #111;
font-size: 9px;
text-align: center;
}

input {
color: #EEE;
background: #333;
border: 1px solid #000;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}

textarea {
color: #EEE;
background: #333;
border: 1px solid #000;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}

a:link {
color: #EEE;
text-decoration: none;
line-height: 150%;
}

a:visited {
color: #EEE;
text-decoration: none;
line-height: 150%;
}

a:hover {
color: #555;
background: #DDD;
line-height: 150%;
}

