body { background-color: #121212; color: white; } .current { color: white; } #image00 { background-color: black; align-items: center; } a { color: lightseagreen; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; }