body {
    color: #a86c14;
    background: #000000;
    margin: 0 auto;
    font-family: trajan pro, century gothic, trebucket ms, verdana, sans-serif;  
    padding: 0 0 30px 0;
    font-size: 1em;
}

.text80, .text80 a {
    color: #ffffff;
    font-family: verdana, sans-serif;  
    font-size: 90%;
    line-height: 19px;
    letter-spacing:  0.20px
    font-weight: bold;
}

.text80 a:link    { color:  #a86c14; background-color: transparent; text-decoration: none; font-weight: bold; font-size: 100%;}
.text80 a:visited { color:  #a86c14; background-color: transparent; text-decoration: none; font-weight: bold; font-size: 100%;}
.text80 a:active  { color:  #eeeeee; background-color: transparent; text-decoration: none; font-weight: bold; font-size: 100%;}
.text80 a:hover   { color:  #a87a01; background-color: transparent; text-decoration: underline; font-weight: bold; font-size: 100%;}

h1 {
    font-size: 180%;
    font-family: trajan pro, century gothic, trebucket ms, arial, verdana, sans-serif; 
    color: #a86c14;
}

h3 {
    font-size: 140%;
    font-family: trajan pro, century gothic, trebucket ms, arial, verdana, sans-serif; 
    color: #a86c14;
}

h2 {
    font-size: 100%;
    font-family: trajan pro, century gothic, trebucket ms, arial, verdana, sans-serif; 
    color: #a86c14;
}

a:link    { color:  #a86c14; background-color: transparent; text-decoration: none; font-weight: bold;}
a:visited { color:  #a86c14; background-color: transparent; text-decoration: none; font-weight: bold;}
a:active  { color:  #eeeeee; background-color: transparent; text-decoration: none; font-weight: bold;}
a:hover   { color:  #a87a01; background-color: transparent; text-decoration: underline; font-weight: bold;}

.copyright {
	color: #a86c14;
	letter-spacing:  0.32px;
        font-weight: bold;
	font-size: 68%;
}
.copyright a:link { 
 color:             #a86c14;
 background:        transparent;
 font-weight: bold;
 text-decoration:   none;
}
.copyright a:visited { 
 color:             #a86c14;
 background:        transparent;
 font-weight: bold;
 text-decoration:   none;
}
.copyright a:hover { 
 color:             #cccccc;    
 background:        transparent;
 font-weight: bold;
 text-decoration:   underline;
}