a:link{
 color: #000066; 
 text-decoration: none;
 font-weight:bold;
}
a:visited{
  color: #daa520; 
  text-decoration: none;
  font-weight: bold;
}
a:hover{
 color: #000000; 
 text-decoration: underline;
 font-weight: bold;
}
a:active{
 color: #000000; 
 text-decoration: underline;
 font-weight: bold;
} 

BODY {
	color: #000000;
	font: 10pt;
	background-attachment: fixed; 
	background-color: #fff; 
	scrollbar-base-color: #000066; 
	scrollbar-track-color: #939393;
	scrollbar-arrow-color: #ffffff;
     }
.faq{
	color: #000;
	font-size: 12pt;
	font-weight: bold;
     }
h1{
	color: #000066;
	font-size: 14pt;
	font-wight: bold;
  }
h2{
	color: #000066;
	font-size: 12pt;
	font-wight: bold;
  }
.row { 	font-size: 10pt;
     }
.row2 { font-size: 11pt;
	font-weight: bold;
      }
.discount { font-size: 11pt;
	    font-weight: bold;
	    color: #000066
	  }