html {
    font-family: roboto, arial;
}

#blacc {
    color: #000000;
    font-size: 60px;
    font-weight: bolder;
    alignment-baseline: central;
}

a:link {
    text-decoration: none;
    color: black;
    font-weight: 300;
}

a:visited {
    text-decoration: none;
    color: black;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
    color: #696969;
    font-weight: 300;
}

a:active {
    text-decoration: none;
    color: #696969;
    font-weight: 300;
}

#top {
    color: white;
}

#classicsday-title {
    font-size: 50px;
    padding-left: 6%
}

#trip {
    float: right;
    padding-right: 1%;
}

#membership {
    padding-left: 1%;
}

#trip-title {
    padding-left: 15%;
    font-size: 43px;
}

#gold {
    background-color: #ffc600;
}