body { background-color: #121212; color: white; } .current { color: white; } #navbarTop { position: fixed; } #image00 { background-color: black; margin: auto; } a { color: lightseagreen; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; }