
body { color: #dedede; background-color: black; }
a:link { color: blue; }
a:hover { color: yellow; text-decoration: blink; }
a:visited { color: white; }

