body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #990000;
  background: #888888;
  text-align: center; }

a {
  color: black; }
a:hover {
  background: #999999; }
a:active {
  color: #cccccc; }

h1 {
  font-size: 16px;
  margin: 0 0 5px; }
h1 a {
  text-decoration: none; }

h2 {
  font-size: 12px; }

#container {
  margin: 0 auto;
  width: 90%; /* or use "width: 700px;" for fixed width */
  text-align: left;
  max-width: 70em;
  min-width: 400px; }

.nav {
  color: white;
  background: #990000;
  text-align: center;
  padding: 5px;
  line-height: 1.5em; }
.nav table {
  width: 100%; }
.nav td {
  width: 33%;
  vertical-align: top;
  text-align: center; }
.nav a {
  color: white;
  padding: 3px; }
.nav a:hover {
  background: #cc1111; }

.content {
  background: url(backgrounds/waterpapersmall.jpg);
  padding: 0px 20px 0; }
.content td {
  background: #dddddd; /*#aaaaaa;*/
  vertical-align: top;
  width: 50%;
  padding: 15px 25px; }
.content table {
  width: 100%; }

.intro img {
  float: right;
  padding: 10px 0 10px 10px; }
/*tr .intro {
  background: #dddddd; }*/

.highlight {
  color: #000033; }
  
.currentpage {
  background: #cc1111;
  text-decoration: none; }