body {
    font-size: 12px;
    font-family: "Tahoma"," Arial", sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    background-color: black;
    font-size: 75%;
}
table, th, td {
    padding: 4px; 
    border-collapse: collapse;
}
a, a:link, a:active
{
    color: #ebb000;
}
a:hover
{
    color: #ffe400;
}
#header a {
    color: white;
}
.content a, .content a:link, .content a:active {
    color: #ebb000;
}
.content a:hover {
    color: #ffe400;
}
.content p {
    line-height: 1.7em;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    color: white;
    font-variant: small-caps;
    font-size:28px;
    font-weight: bold;
    padding-bottom: 20px;
}
h2 {
    color: #ccc;
    font-size: 20px;
}
h3 { 
    color: #aaa;
    font-size: 16px;
}
h4 {
    color: #999;
    font-size: 13px;
}
hr {
    border: 0;
    border-top: solid 1px #333;
}
fieldset {
    border-top: solid 1px #ccc;
    border-bottom:none;
    border-left:none;
    border-right:none;
}
.index {
    width: 440px;
    margin: 0 auto;
    background-color: #060606;
    padding: 4px;
    color: #ddd;
    border: dashed 1px #0c0c0c;
    font-size: 80%;
    margin-bottom: 20px;
}

