body {background-color: #202020; color: #ffffff; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 12px}

h1 {
    font-size: 16px;
    font-weight: bold;
}

p {
    margin-left: 2em;
}

.main table {
    margin-left: 2em;
    margin-top: 1px;
    margin-bottom: 5px;
    font-size: 14px;
}

h3 {
    font-size: 12px;
    text-align: right;
    margin-right: 5px;
    color: #202020;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

h5 {
    font-size: 16px;
    font-weight: normal;
}

.navbar ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.25em;
    text-indent: 0em;
    padding-top: 0px;
    margin-top: 0px;
}

.navbar li {
    margin-top: 2px;
    padding-top: 2px;
}


div#outer {
    width: 976px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;
}

div#header {
    padding: 2px;
    margin: 0px;
}

div#nav {
    width: 128px;
    margin-top: 10px;
    margin-left: -8px;
    font-size: 12px;
    padding-bottom: 5px;
	color: #00ff44;
    float: left;
}
div#adleft {
    margin-left: 16px;
}

div#rightside {
    width: 120px;
    margin-top: 1px;
    margin-right: 5px;
    font-size: 12px;
    float: right;
}

div#ad {
    margin-left: 0px;
    margin-bottom: 5px;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: thin solid #000000;
}

div#main {
    margin-left: 135px;
    margin-top: 1px;
    margin-right: 135px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #404040;
    border: thin solid #000000;
}

.code {
    margin-left: 30px;
    margin-top: 1px;
    margin-right: 30px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #303030;
    border: thin solid #000000;
}

div#footer {
    clear: both;
    padding: 5px;
    margin: 0px;
    font-size: 9px;
    border-top: thin solid #000000;
}

.navbar A:link {text-decoration: none; color: #00ff44;}
.navbar A:visited {text-decoration: none; color: #00ff44;}
.navbar A:active {text-decoration: none}
.navbar A:hover {text-decoration: none; color: yellow;}

.rtside p {
    margin-left: 1em;
}

A:link {text-decoration: none; color: yellow;}
A:visited {text-decoration: none; color: yellow;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: yellow;}
