/* sorry if this is a mess... */ @font-face { font-family: 'Terminus (TTF)'; src: url(fonts/Terminus.ttf) format('truetype'), url(fonts/Terminus_b.ttf) format('truetype'), url(fonts/Terminus_i.ttf) format('truetype'), url(fonts/Terminus_bi.ttf) format('truetype'); } html { background-color: #050505; font-family: 'Terminus (TTF)'; color: white; overflow-x: hidden; text-align: center; } body { font-family: 'Terminus (TTF)'; } .title { font-size: 18px; font-style: italic; } a { color: yellow; text-decoration: none; margin: 5px; border: 2px; } a:hover { color: purple; }