a:link {
    color: white;
    text-decoration: none;
    font-weight: 700;
    }

a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    }

a:active {
    color: #FFC0CB;
    text-decoration: none;
    font-weight: 700;
    }

body {
    background-color: #333333;
    }

address {
    color: #bbbb33;
    font-weight: 700;
    }
