body { color: yellow; font-size: large; font-family: Arial; background-color: black; }
h1 { color: yellow; font-size: xx-large; font-family: Arial; }
a:link { color: aqua; font-size: large; text-decoration: underline; }
a:visited { color: aqua; font-size: large; text-decoration: underline; }
a:hover { color: aqua; font-size: large; font-family: Arial; }
a:active { color: aqua; font-size: large; text-decoration: underline; }
h2 { color: yellow; font-size: x-large; }
