A { font-family: Verdana, arial, sans-serif;} A:hover { text-decoration: none; color: red; } A:active { color: red; } A:link { color: blue; } A:visited { color: magenta; } /*in CSS1, link, visited, and active were mutually exclusive. In CSS2, they're not.*/ BODY { background-color: white; } DIV.content { margin: 2px; font-family: Verdana, arial, sans-serif; } h1, h2, h3, h4, h5 { color: black; font-family: Verdana, Arial, sans-serif;} .TOC { color: black; font-family: Verdana, Arial, sans-serif } .BREADCRUMBS { color:black; font-size: 7pt; line-height:9pt; display: compact } TABLE.navbar TD { background-color: lightblue; text-align: center; }