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

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

h1 {font-size:200%;}

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

small { font-size:66%; }
big { font-size:133%; }

