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