a:link { color: #0B07AA; }
a:visited { color: #0B07AA }
a:active { color: #0B07AA }
a:hover { color: #D40106 } 

<!-- 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. --> 

<!-- td {font-family: tahoma, geneva, sans-serif; font-size: .8em; color: #000000} -->

img{clear: both}
p{text-indent: 40px; text-align: left}
h1{text-align: center; color: green; background: white; clear: both}
h2{text-align: center; vertical-align: middle; font-size: medium; background: silver; width: 8em}
h3{text-align: left; vertical-align: bottom; font-family: "Comic Sans MS"; font-size: 1.8em; color: #FFFF99}
h4{text-align: center; vertical-align: middle; font-family: "Verdana"; font-size: 8pt; color: black}
h5{text-align: left; vertical-align: middle; font-size: medium;}
DIV.fox{background: white; margin-left: 10%; margin-right: 10%; border: solid 1px black; font-family: Times New Roman; color: blue; font-style: italic}
<!--
/* CSS Tabs */
#navlist {
        color: white;
        background: #ff9;
        padding: 0 1px;
        margin-left: 0;
        width: 16em;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: silver;
        border-width: 1px;
        border-style: solid;
        border-color: #5bd #035 #068 #6cf;
        border-left: 1em solid #fc0;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: blue;
        border-color: #069 #6cf #5bd #fc0;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #17a;
        border-color: #069 #6cf #5bd white;
        padding: 0.4em 0.35em 0.25em 0.9em;
}
-->