A:link { color: #57af10 }
A:visited { color: #57af10 }
A:active { color: #57af10 }
A:hover { color: #003399 } 

a.nuo:link {color: #0000ff; text-decoration: none; }
a.nuo:active {color: #0000ff; text-decoration: none; }
a.nuo:visited {color: #000000; text-decoration: none; }
a.nuo:hover {color: #ff0000; text-decoration: none; }

a.kon:link {color: #0000ff; text-decoration: none; }
a.kon:active {color: #0000ff; text-decoration: none; }
a.kon:visited {color: #0000ff; text-decoration: none; }
a.kon:hover {color: #ff0000; text-decoration: none; }


<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}