body{ background-color: black; }
body{ font-family: Final Frontier }
body{ color: white; }
a:link { color: red; text-decoration: none; }
a:visited { color: red; text-decoration: none; } 
a:hover { color: yellow; text-decoration: underline } 
a:active {color: blue; text-decoration: underline }
