body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    background: #000000;
    color: #D4DDD9;
    margin-top: 0;
    line-height: 1.5;
	 letter-spacing: 1px;
}
td {
    font-size: 12px;
    line-height: 1.5;
	 letter-spacing: 1px;
	 color: #D4DDD9;
}

h1, h2, h3, #nav, #nav li {
    margin: 0; padding: 0;
}

#nav {
    font-size: 10px;
}

#nav li {
	float:left;
    width: 77px;
    list-style: none;
    margin-left: 2px;
    border-bottom: 1px solid black;
}

#nav a {
    background: #CF3418;
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1px;
}

#nav a:hover {
    color: #4A0000;
}

h2 {
    font-size: 14px;
    color: #cf9118;
    margin: 1em 0;
}
h3 {
    font-size: 13px;
    margin: 1em 0;
}
p {
    margin: 1em 0;
}

a {
    color: #F0C779;
    text-decoration: none;
}

a:hover {
	color: #CF3418;
    text-decoration: none;
}

.copyright
{
	font-size: x-small;
	color: #ABABAB;
}

.copyright a
{
	font-size: x-small;
	color: #8A8A8A;
}

.copyright a:hover
{
	font-size: x-small;
	color: Silver;
}