

html, body
{
    background-color: #000000;
    background-repeat: repeat;
}

*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #D19717;
    text-decoration: none;
}


.tabs {
    padding: 5px;    
    float:left;
    margin: 5px;
    cursor:pointer;
    border: 2px solid transparent;
}


.tabs-highlighted {
    border: 2px solid #D19717;    
    font-weight: 600;
}

.tabcontent {
    margin-left:10px;
}
a:hover
{
    color: #D19717;
    text-decoration: underline;
    cursor: pointer;
}
#content {
margin-top: 65px;
}