.menu {background-color: yellow; color: red}
body {background-color: white; font: 10pt "verdana"}
td {font-size: 10pt}
H2 {font-style:bold; font-size:16}
H3 {font-style:bold; font-size:14}
H4 {font-style:bold; font-size:12}
.aquabk {background-color: aqua}
.tealbk {background-color: teal}
.hilite {font-weight: bold; color: teal}
a {text-decoration: none}
a:hover {text-decoration: underline}
a:visited {color: teal}
a:active {color: maroon}s
.list {list-style-type:circle}
table.hilite {background-color:#C2F4CC}