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

body
{
  font-family:Arial;
  font-size:10pt;
  background-image:url(jpgbg3.jpg);
  background-color:#ff6633;
  color:#ffffff;
}

a:link { color:#ffffff; text-decoration:underline; }
a:active { color:#ff3333; text-decoration:underline; }
a:visited { color:#ffffff; text-decoration:underline; }

td
{
  vertical-align:top;
}

h2
{
  font-size:150%;
}

h3
{
  font-size:120%;
}

