@font-face{ font-family: "Terminus"; src: url('/styles/TerminusBold.ttf'); } body { margin-top: 0; margin-bottom: 0; margin-right: 1%; margin-left: 1%; font-family: Terminus; background-color: #212121; color: #cfcfcf; } .validationError { color: red; } .header-container { text-align: left; position: relative; color: white; } .header-container .header-bar { position: absolute; right: 10px; } table, th, td { border: 1px solid; border-collapse: collapse; } a { color: #cfcfcf; text-align: center; } a:link { color: #cfcfcf; } a:hover { color: white; } a:visited { color: #949494; }