body { background: black; }
.a { background: black; color: white; font-family: Terminal; }
.b { background: black; color: black; font-family: Terminal; }
a:link { font-family: Terminal; color: blue; text-decoration:none; }
a:visited { font-family: Terminal; color: blue; text-decoration:none; }
a:active { font-family: Terminal; background-color: yellow; text-decoration:none; }
a:hover { font-family: Terminal; color:red; text-decoration:none; }
