
/*<style type="text/css">*/

A:link {color:blue; text-decoration:underline;}
A:visited {color:red; text-decoration:underline;}
A:hover {color:blue; text-decoration:underline; }
A:active {color:blue; text-decoration:underline; }


<!--
/*  CSS for links at bottom of page  */
a:link.style1 {
color: white;
text-decoration: underline;
}
a:visited.style1 {
color: red;
text-decoration: underline;
}
a:hover.style1 {
color: white;
text-decoration: underline;
}
a:active.style1 {
color: white;
text-decoration: underline;
}

/*  Not Used */
a:link.style2 {
color: #FF0000;
text-decoration: none;
background-color: #FFFFFF
}
a:visited.style2 {
color: #993300;
text-decoration: none;
background-color: #FFFFFF
}
a:hover.style2 {
color: #0000FF;
text-decoration: overline underline;
background-color: #FFFFFF
}
a:active.style2 {
color: #0000FF;
text-decoration: none;
background-color: #FFFFFF
}
-->
</style>
