CSS Code 3
Read the rules here before taking these!! Code provided by Adriennewolter.com. This one came from my 'Grey Skies' layout on DoaSO (my blog). Because I knew almost no CSS at the time, this one's simple, but has a nice effect on a dark grey background. I did more by html than CSS then, so it has no font assigned to it.
Normal text
Link
Another Link
italic
bold
underlined
strikeout

horizontal rule (divider):


 

Code:

<body bgcolor="#333333" text="#000000">
<style type="text/css"><!-- A:link{color:black;text-decoration:underline;} A:visited{color:black;text-decoration:underline;} A:active{color:gray;text-decoration:none;} A:hover{color:red;text-decoration:none;} --></style>