/* 


========================================================================== */

DIV.main_text    {    
  font-family:  Verdana, sans-serif;   padding: 10px;
  font-size: 18px;
  font-weight: bold;
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
   } 



DIV.boxed_no_color  {  
  BORDER: thin solid;
  WIDTH: 100%;  } 



DIV.boxed_colored1  {    /* bkgrnd is green-blueish */ 
  BORDER: thick  solid;
  padding: 10px;
  BACKGROUND-COLOR: rgb(204,255,204); 
  font-size: 25px;
  MARGIN-LEFT: 25%; 
  MARGIN-RIGHT: 25%; 
   } 

DIV.boxed_colored2  {  /* bkgrn is  olive  */ 
  BORDER: thick  solid;
  padding: 10px;
  BACKGROUND-COLOR: rgb(204,204,153); 
  font-size: 25px;
  MARGIN-LEFT: 25%; 
  MARGIN-RIGHT: 25%; 
  } 


DIV.boxed_colored3  {   /* bkgrnd is blueish  */ 
  padding: 10px;
  BORDER: thick  solid;
  BACKGROUND-COLOR: #99ccff;  
  font-size: 25px;
  MARGIN-LEFT: 25%; 
  MARGIN-RIGHT: 25%; 
 } 


DIV.boxed_colored4  {  /* bkgrn is  olive  */ 
  BORDER: thick  solid;
  padding: 10px;
  BACKGROUND-COLOR: rgb(204,204,153); 
  font-size: 19px;
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
  } 




BODY {   background-attachment: fixed;
  font-size: 100%;
  font-family:  Verdana, sans-serif;  } 




H1 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
  } 

H2 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H3 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H4 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H5 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H6 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 



TD.shaded {  /* shade is Plum - like pink  */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #DDA0DD; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}

TD.shaded1 {   /* bkgrnd is khaki- i.e. yellowish -  FFFF99  */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: rgb(255,255,153);
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}

TD.shaded2  {    /* bkgrnd is CCCC99 -  olive  */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: rgb(204,204,153);
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}

TD.dark_sea_green  {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #8fbc8f; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.dark_salmon  {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #e9967a; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.pink   {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #ffc0cb; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.light_blue    {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #add8e6; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.khaki   {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #f0e68c; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}




