@import url(../global.css);

body
{
  font-family:Times;
  background-color:#99bbff;
  color:#000000;
}

h1 { font-size:200%; font-weight:bold}

a:link { color:#ff0000; text-decoration:underline; }
a:visited { color:#ff0000; text-decoration:underline; }
a:active { color:#ffff00; text-decoration:underline; }

.high {background-color:#669999; color:black; font-weight:normal}
