
body { 
    background-color: rgb(160, 165, 168); /* this is the turqoise color */
    color: black;  /* color of font */
}

#titleNav { 
    background-color:black;
    color: white;
    padding-left: .5%;
    padding-right: .5%;
}

#nav a { 
    color: #C8C8C8; /* light gray: to provide color for links, you have to style the "a" tag */
}

#footer { /* footer fixed, always at the bottom */
    background-color:black;
    color: white; 
}

.dropDown {
    background-color:white;
}