body {
   background-color: #000000;
   right-margin: 3%;
   left-margin: 3%;
   padding: 10px 20px 10px 20px;
   font-family: Sans-serif;
   font-size: medium;
   line-height: 1.4em;
   width: 800px;
}

table {
   border: 0px;
   background-color: #EEEEDD;
}

a:link {color: #334488; text-decoration: none;}  
a:visited {color: #334488; text-decoration: none;}  
a:hover {color: #0077EE; text-decoration: underline;}  
a:active {color: #991199; text-weight: bold;}   

.nav {
   text-align: center;
   background-color: #DDDDCB;
   border: thin dotted #BBBBAA;
}

.maincontent {
}

.footer {
   background-image: Url("images/footer.gif");
   background-repeat: repeat-x;
}

.areminder:link,
.areminder:visited {color: #BBDDFF; text-decoration: none;}  
.areminder:hover,
.areminder.active {color: #99CCFF; text-decoration: underline;}  
.reminder {
   margin: 10px;
   margin-left: 0px;
   margin-right: 90px;
   padding: 15px;
   padding-left: 40px;
   border-style: dotted;
   border-width: 1px;
   border-color: #FFFFFF;
   background-image: Url("images/reminder-bkgrnd.gif");
   color: #FFFFFF;
}