body {
 color: #FFCC00;
 text-align: center;
 font-family: "Courier New", Courier, monospace;
 background-color: #000000;
}

body a:link {
 color: #FFCC00;
 text-decoration: underline;
}

body a:visited, body a:active {
 color: #FFCC00;
 text-decoration: underline;
}

body a:hover {
 color: #FFCC00;
 text-decoration: none;
}

h1 {
 color: #FF0000;
 font-size: 40px;
}

img {
 border: 0px;
}

th {
 border-bottom: 1px solid #FFFFFF;
}

#container {
 width: 100%;
}

#logo {
 float: left;
}

#logotext {
 text-align: center;
}

#navigation {
 font-size: 16px;
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 padding: 4px;
}

#navigation a:link {
 color: #6600CC;
 text-decoration: underline;
}

#navigation a:visited, #navigation a:active {
 color: #FF0099;
 text-decoration: underline;
}

#navigation a:hover {
 color: #FF66FF;
 text-decoration: none;
}

#navigationa {
 font-size: 16px;
 text-align: center;
 padding: 4px;
}

#navigationa a:link {
 color: #6600CC;
 text-decoration: underline;
}

#navigationa a:visited, #navigation a:active {
 color: #FF0099;
 text-decoration: underline;
}

#navigationa a:hover {
 color: #FF66FF;
 text-decoration: none;
}

#content {
 text-align: center;
}

#pagelink {
 text-align: right;
 width: 60%;
}

#copyright {
 text-align: right;
}

.bigfont {
 font-size: 14px;
 font-weight: bold;
 text-decoration: underline;
}

.normalfont {
 font-size: 12px;
}

.smallfont{
 font-size: 11px;
}

.tablea {
 background-color: #666666;
}

.tablea a:link {
 color: #000000;
 text-decoration: underline;
}

.tablea a:visited, .tablea a:active {
 color: #000000;
 text-decoration: underline;
}

.tablea a:hover {
 color: #000000;
 text-decoration: none;
}

.tableb {
 background-color: #444444;
}

.tableb a:link {
 color: #000000;
 text-decoration: underline;
}

.tableb a:visited, .tableb a:active {
 color: #000000;
 text-decoration: underline;
}

.tableb a:hover {
 color: #000000;
 text-decoration: none;
}

.left {
 float: left;
}

.right {
 float: right;
}