body
{
   background-color: #FFFFCC;
   background-attachment: fixed;
   background-image: url(images/staff_watermark.jpg);
   background-position: 30px 0px;
   background-repeat: repeat-y;

   color: #000000;

   font-size: medium;
   font-family: times new roman;
}

p.header
{
   text-align: center;
}

p.menu
{
   text-align: center;
}

p.footer
{
   text-align: center;
   font-family: MS Serif;
}

table.mission
{
   margin-left:auto;
   margin-right:auto;
}

a:link
{
   color: #0000FF;
}

a:visited
{
   color: #666699;
}

a:hover
{
   color: #006633;
}

a:active
{
   color: #00CC99;
}

td
{
   text-align: left;
   vertical-align: top;
}

h1
{
   font-size: xx-large;
   text-align: center;
}

h2
{
   font-size: x-large;
}

h3
{
   font-size: large;
}

span.title
{
   font-size: large;
   font-weight: bold;
}