HTML, BODY {
   font-family: Sans-Serif; 
   background: white;
   color: black;
}

A:link {
   background: white;
   color: blue;
}

A:hover {
   background: blue;
   color: white;
   outline: solid red;
}

A:visited {
   background: white;
   color: red;
}

A:active {
   background: blue;
   color: red;
}

TH.notice {
   background: red;
   color: black;
}
