body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: #000000;
  margin: 0px;
  padding: 0px;
  background : URL(./images/watermark.gif);
  background-repeat : no-repeat;
  background-position: center center;
}

p {
  margin-bottom: 6px; 
  margin-top: 6px;
}

a:link, a:visited, a:hover {
  color: #006699;
  text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */
a:hover { text-decoration: underline; }

div#navigation a { 
  color: white;
  text-decoration: none
}

h1, h2, h3, h4 {
  font-family: Arial,sans-serif;
  margin: 0px;
  padding: 0px;
}

h1{
  font-family: Verdana,Arial,sans-serif;
  font-size: 120%;
  color: #CC0000;
}

h2{
  font-size: 114%;
  color: #CC0000;
}

h3{
  font-size: 100%;
  color: #CC0000;
}

h4{
  font-size: 100%;
  font-weight: normal;
  color: #CC0000;
}

ul{
  list-style-type: square;
}

ul ul{
  list-style-type: disc;
}

ul ul ul{
  list-style-type: none;
}
				