/*Make all links maroon.  */


a:link {color: maroon; text-decoration: none; font-weight: bold;}
a:visited {color: maroon; text-decoration: none; font-weight: bold;}
a:active {color: maroon;  text-decoration: none; font-weight: bold;}
a:hover {color: #000080;  text-decoration: none; font-weight: bold;}
