<style>
<!--

A.nav_thispage:link{color: Blue; text-decoration: none; font-weight: bold;}
A.nav_thispage:visited{color: Purple; text-decoration: none; font-weight: bold;}
A.nav_thispage:hover{color: Green; text-decoration: none; font-weight: bold;}
A.nav_thispage:active{color: Olive; text-decoration: none; font-weight: bold;}

A.nav_otherpage:link{color: Blue; text-decoration: none}
A.nav_otherpage:visited{color:Purple; text-decoration: none}
A.nav_otherpage:hover{color: Green; text-decoration: none}
A.nav_otherpage:active{color: Olive; text-decoration: none}

A.nav_homepage:link{color: MediumBlue;text-decoration: underline}
A.nav_homepage:visited{color: DarkMagenta; text-decoration: none}
A.nav_homepage:hover{color: Green; text-decoration: none}
A.nav_homepage:active{color: Olive; text-decoration: none}

-->
</style>