body {
      background-color: white; color: black
}

A:link    { color: blue }
A:visited { color: purple }
A:active  { color: purple }
A:hover   { color: fuchsia }

.context { color: white }
.context A:link { color: white }
.context A:visited { color: white }
.context A:active { color: white }
.context A:hover { color: white; font-weight: bold }

h3.headline { color: #0099FF; font-family: "arial", sans-serif; font-size: 24px;  font-weight: bold; vertical-align: bottom; text-decoration: none }
.subhead { color: #0099FF; font-family: "arial", sans-serif; font-size: 16px;  font-weight: bold; vertical-align: bottom}
.subhead A:hover { color: fuchsia }

