body {
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
}

h1 {
    margin: 10px 0px;
    color: #c7cf72;
    font-size: x-large;
}

h2 {
    margin: 10px 0px;
    color: #ff7800;
    font-size: larger;
}

h3 {
    margin: 5px 0px;
    color: #c7cf72;
    font-size: large;
}

h4 {
    color: #ff7800;
}

p {
    color: #fff;
    font-family: sans-serif;
    font-size: 1em;
}

a {
    color: #cf9b18;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}

a:link {
    color: #cf9b18;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;    
}

a:active {
    color: #cf9b18;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;  
}

a:hover {
    color: #c7cf72;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

/*a:visited {
    color: #cf9b18;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;       
}*/