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

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

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

a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#0000FF; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline; }
