body { 
    margin: 0;
    padding: 0;
    text-align: justify; 
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px; 
    color:#6f6f6f;
    background-color:#000000;
}
h1, h2, h3 {
    font-size: 16px;
    color:#ffffff;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    color:#ffffff;
    font-weight: bold;
}

a {	
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}
img { 
    border:none;
}
img a {
    border:none;
}
img a:hover {
    border:none;
}

.normal {
	color: #FFFFFF;
}

.navitem  {
    font-size: 12px;
    height: 18px;
    margin-left:2;
    padding-top:1;
}

li  {
    font-size: 12px;
    height: 18px;
    margin-left:20;
}

.footer {
    font-size: 10px;
    color:#555555;
    font-weight: normal;
}

.terms {
    font-size: 10px;
    color:#555555;
    font-weight: normal;
}

#wrapper {
    border-color="#CEAD73"
}