/* External Style Sheet */
BODY {background-color: #FFFFFF;
      font-family: arial, sans-serif;
	  color: #000066;  }
     /* white */ 

body
	{  scrollbar-arrow-color : #000000;
       scrollbar-base-color : #E2E5EE;
       scrollbar-dark-shadow-color : #F9FBFE;
       scrollbar-face-color : #E2E5EE;
       scrollbar-highlight-color : #F9FBFE;
       scrollbar-shadow-color: #E2E5EE;
	}
 
a:hover { 
color: "Navy"; font-weight: bold; 
}
 
H1, H2, H3, H4, H5, H6
  {
 /* font-weight: bold; */
  
  font-family: "impact", verdana, Arial, sans-serif;
  color: #000000;  /* black */      
  }

P
  {
  font-family: Arial, sans-serif;
  font-size: 11pt;  
  color: #000066; 
/*  font-size: 11pt;
  font-family: verdana,  arial, sans-serif; */
  }

UL LI
  {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  list-style-type: square;
  }

OL LI
  {
  font-family:  Arial, sans-serif;
  font-size: 12pt;
  }

.text 
  { font: 12px  Arial, Tahoma, Helvetica, sans-serif; color: #000066; }

.buy
   {
 /* background-color: "lavenderblush"; */
  background-color: "lightsteelblue";
  border: thin dashed blue; 
  padding: 5pt;
  color: #000066;  /* blue */
  font-weight: bold;
  font-size: 12pt;
  font-family: verdana,  Arial, sans-serif;
  text-align: center;
  }
  
.prompt
  {
  font-weight: bold; 
  font-family:  Arial, sans-serif;
  text-align: left; 
  font-size: 10pt;
  }

.footer
  {
  /* color: #336699;  dark blue */  
  font-size: 8pt;
  font-family: verdana,  Arial, sans-serif;
  text-align: center;
  }
