body 
 { background: #BBFFFF; /* paleturquoise1 */
 color: black; 
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size: 95%;
 line-height: 125%;
 padding: 10px;
 margin: 0px; }

/*--------------------*/

h1, h2, h3 { background: #BBFFFF;  
 color: blue;
 font-family: Georgia, "Times New Roman", serif; 
 font-size: 160%; 
 font-weight: bold; }

/*--------------------*/

h2 { font-size: 125%; }

/*--------------------*/

h3 { font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-size: 100%; } 

/*--------------------*/

.header 
 { position: absolute;
 top: 80px;
 left: 195px;
 padding: 10px; }

/*--------------------*/

.subheader
 { position: absolute;
 top: 120px;
 left: 195px;
 padding: 10px; }

/*--------------------*/

p { margin-top: 10px;
margin-bottom: 10px; }

/*--------------------*/

.quotecomsans 
 { font-family: "Comic Sans MS", serif; 
 font-size: 95%; }
 
/*--------------------*/

.quotetimes 
 { font-family: "Times New Roman", serif; 
 font-size: 110%;
 margin-bottom: 5px; }
 
/*--------------------*/

.quotesignature 
 { font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-size: 95%;
 text-align: right; }
 
/*--------------------*/

.blueintro
 {font-weight: bold;
 background: #BBFFFF;
 color: blue;}
 
/*--------------------*/

.imagebox
 { position:absolute;
 top: 15px; }

/*--------------------*/

.caption
 { font-size: 80%;
 margin-top: 0px; }

/*--------------------*/

.menubox
 { position: absolute;
 left: 10px;
 top: 190px; }

/*--------------------*/

.content
 { position: absolute;
 display: block; 
 border: 1px solid blue;
 left: 175px;
 right: 10px;
 top: 185px;
 padding: 15px; }


/*-------------------*/

.marginform
 { margin: 3px; }

/*-------------------*/

.menubutton
 { font-family: Arial, Helvetica, Verdana, sans-serif;
 width: 150px;
 height: 30px;
 font-size: 100%; 
 background: white;
 color: blue; 
 text-align: left; 
 font-weight: normal; 
 cursor: pointer; }
  
/*-----------------------------*/

.activebutton 
 { width: 150px;
 height: 30px;
 font-size: 100%;
 background: white;
 color: blue;
 text-align: left;
 font-weight: bold; }
  
/*-----------------------------*/

.actionbutton 
 { width: 145px;
 height: 25px;
 font-size: 85%;
 background: white;
 color: red; 
 text-align: center;
 font-weight: bold;
 cursor: hand; }
  
/*-----------------------------*/

.footer 
 { display: block;
 border: 1px solid blue;
 padding: 10px;}

/*-----------------------------*/

.copyright { background: #BBFFFF;
color: red;
font-size: 90%;
margin-top: 15px;
text-align: center; }

/*-----------------------------*/