CSS Code 4
Read the rules here before taking these!! Code provided by Adriennewolter.com. This code came from the 'Moo' layout.
Normal text
Link
Another Link
italic
bold
underlined
strikeout

Code:

<style type=text/css><!--

A:LINK{font-size:10pt;text-decoration:none;color:black}

A:VISITED{font-size:10pt;text-decoration:none;color:black}

A:ACTIVE{text-decoration:none;color:black}

A:HOVER{color:red;cursor:crosshair;text-decoration:line-through;}

B{color:red;font-weight:bold;font-size:8pt;font-style:normal}

u{color:red;font-size:8pt;text-decoration:underline}

s{color:red;font-size:8pt;text-decoration:line-through}

i{color:red;font-size:8pt;font-style:italic}

--></style>