
body { 
   background-image: url(back.jpg);
   background-attachment: fixed; }
   
form.c7 {font-family: Comic Sans MS; font-size: 80%}
 p.c6 {font-family: Comic Sans MS; font-size: 80%}
 p.c5 {line-height: 100%; margin-left: 70; margin-top: 6; margin-bottom: 0}
 span.c4 {color: #76691F; font-family: Arial; font-size: 120%}
 span.c3 {color: #CC3333; font-family: Arial; font-size: 120%}
 div.c2 {width: 350px}
 span.c1 {font-size: 60%}  
   
a:link { text-decoration : none; }
a:visited { text-decoration : none; color: #cc9933;}
a:hover {text-decoration : underline; color: #8b0000;}
a:active { text-decoration : none; }

h2 {
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  background-color: #993399;
  font-size: 17pt;
  line-height: normal;
  text-decoration: none;
  color: white;
}
a {
  color: #00008b;
  font-weight: bolder;
  list-style-type: circle;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
}

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 65px;

   border-width: 2px;
   border-style: solid;
   border-color: #7F7F7F;	
   background-color: #000000;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 63px;

   padding: 2px;
   margin: 1px;
   font-family: Monospace;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #990000;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Monospace;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #FF3B3B;
}
