
<!-- this takes underlining off _all_ links -->
A {text-decoration:none}


<!-- the part below sets the standard link colors -->
<!-- these appear in the red navigation bar to the left -->
A:link {color=yellow}
A:visited {color=white}


<!-- this is for the navigation bar -->
<!-- for the name of the page one is now on -->
STRONG.thispage {color="navy"}


<!-- these set the colors for links in text -->
A.bodylink:link {color="red"}
A.bodylink:visited {color="navy"}


<!-- this is just for the mailto link to webmaster -->
A.webmaster:link {color="navy"}
A.webmaster:visited {color="navy"}


