body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  background-image: url("../graphics/background.png");
  background-attachment: fixed;
}
table
{
  font-family: Arial;
}
h1,h2,h3
{
  color: #000066;
}
ul
{
  list-style-image: url("../graphics/ulgraphic.png");
}
a
{
  color: #000066;
  text-decoration: underline;
}
a:visited {  }
a:hover
{
  color: #660000;
  text-decoration: none;
}
a:active {  color: #FF0000; }
hr {        color: #000066; }
.textblockCenter {  text-align: center; }
.textblockJustify { text-align: justify; }
.whatsNew { color: #660000; }
.whatsNew b { font-weight: bold; }
.red { color: #060000; }
