/*Main Stylesheet */

body {
background: black;
color: #dcdcdc;
font-size: 15px;
font-family: monospace, sans-serif;
}

#main {
margin-left: 12%;
}

a {
text-decoration: none;
color: #0099ff;
font-weight: bold;
}

a:hover {
color: #afe1fe;
}

h1 {
font-size: xx-large;
}

h1, h2, h3, h4 {
font-family: serif;
}

table.nav {
font-size: 13px;
text-align: center;
float:left;
background: #222;
left: 5px;
width: 10%;
border: 2px solid #999;
border-top: 0px;
}

table.nav tr td {background: url(pix/nav_cell_bg.gif) repeat-x center;}
table.nav tr td a:hover {color: #fff;}