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

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

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

img { border-width:0px; }

td { text-align:center; }

dd { margin-top:-1em; }

