body {
   color: black;
   background-color: #273423;
   background-image: url(/2007/images/castle.jpg);
   margin-left: 5px;
   margin-top: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
}

td {
   font-family: Verdana,Tahoma,Arial,Helvetica;
   color: #C0C0C0;
}

a:link, a:visited {
   color:#FFFFFF;
   text-decoration:underline;
   text-underline:single;
}

a:active, a:hover {
   color:#87874F;
   text-decoration:underline;
   text-underline:single;
}

.buttonscontainer1 {
   width: 145px;
}

.buttons1 a:link, .buttons1 a:visited {
   color: #CEC9A9;
   border: 2px solid;
   background-image: url(/2007/images/buttonback.jpg);
   background-color: #5A7798;
   padding: 2px;
   padding-left: 3px;
   font: 18px Georgia, Times New Roman, Serif;
   font-weight: bold;
   text-decoration: none;
   border-color: #E0E0E0 #70686F #70686F #E0E0E0;
   display: block;
   margin: 1px;
   width: 100%;
   text-align: left;
}

.buttons1 a:hover {
   border: 2px solid;
   padding-left: 4px;
   padding-top: 3px;
   padding-bottom: 1px;
   padding-right: 1px;
   background-color: #070E16;
   background-image: url(/2007/images/buttondim.jpg);
   border-color: #70686F #E0E0E0 #E0E0E0 #70686F;
   color: #CEC9A9;
   text-decoration: none;
}

.titleheader td {
   font-family: Georgia, Times New Roman, Serif;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #87874F;
}

