body {
   background: #090; 
   color: #000; 
   margin: 10px;
   }
body, div {
   font: 11px verdana,geneva,lucida,arial,sans-serif;
   } 


img {
   border: 0;
   }     


.ctr {
   text-align: center;
   }

.rgt {
   text-align: right;
   }

.bld {
   font-weight: bold;
   }

.ital {
   font-style: italic;
   }
.clr {
   clear: both;
   }




/* masthead */

#mast {
   width: 700px; 
   background: white; 
   padding: 10px 20px; 
   margin-right: auto; 
   margin-left: auto; 
   text-align: right; 
   border: 3px solid #030; 
   border-bottom: 6px double #030;
   }

#mast h1 {
   color: #030; 
   font-size: 20px; 
   line-height: 150%;
   margin: 5px 0;
   float: right;
   }


#mast img {
   float: left;
   }
   
/* masthead navigation */
#mast ul {
   margin: 0;
   padding: 0;
   background-color: #fff;
   }
#mast ul li {
   display: inline;
   }
#mast ul li a {
     padding: 2px 10px;
     background-color: #090;
     text-decoration: none;
     color: white;
     font-weight: bold;
     font-size: 12px;
     margin: 0;
     margin-left: 10px;
     border: 1px solid #030;
     }
#mast ul li a:hover {
     padding: 2px 10px;
     background-color: #fff;
     color: #090;
     }
   
/* content area */

#content {
   width: 700px; 
   background: white; 
   padding: 10px 20px; 
   margin-right: auto; 
   margin-left: auto; 
   border: 3px solid #030; 
   border-top: none;
   }

#content {
   line-height: 130%;
   }

#content h4 {
   display: inline; 
   margin: 0;
   }

#content ul li {
   margin-left: 12px; 
   margin-bottom: 3px;
   }

.small {
   font-size: 10px; 
   font-weight: normal;
   }

.blueframe {
   background: #003;
   }

.greenbdr {
   border: 3px double green;
   }

.greenframe {
   background: #030;
   }

.bluebdr {
   border: 3px double blue;
   }

.yellow {
   background: yellow;
   }



/* animal classes */

.froggy {
   background: #90ad04; 
   color: #000;
   }

.smokie {
   background: #996633; 
   color: #fff; 
   font-weight: bold;
   }

blink {
   background: #f00; 
   font-weight: bold; 
   font-size: 14px;
   }


