/*=========================================================== */
A:link {
    font-family: tahoma, verdana, arial, helvetica;  
	color: #336699;
	text-decoration: underline;
	font-weight: bold;  
}
A:visited {
   font-family: tahoma, verdana, arial, helvetica;  
	color: #336699;
	text-decoration: underline;
	font-weight: bold; 
}
A:active {
    font-family: tahoma, verdana, arial, helvetica;  
	color: #336699;
	text-decoration: none;
}
A:hover {
	font-family: tahoma, verdana, arial, helvetica;
	color: navy;
	text-decoration: none;
	background-color: rgb(255,204,102);
}
/*=========================================================== */
body {
	font-family: tahoma, verdana, arial, helvetica;
	scrollbar-arrow-color: rgb(255,204,102);
	scrollbar-base-color: rgb(51,102,153);
	scrollbar-track-color: rgb(255,204,102);
	 
}
/*=========================================================== */
.title
     {
	  font-family: tahoma, verdana, arial, helvetica;
	  color:#336699;
	  border-style: dotted;    
     border-color:rgb(255,204,102);
     border-width:2px;
     padding:2px;
	  font-weight: bold;
     			
     }
/*=========================================================== */
.text
  {
	font-family: tahoma, verdana, arial, helvetica;  
	text-align: justify;
	 
  }
 /*=========================================================== */
 .marque{
 			font-family: georgia, tahoma, verdana, arial, helvetica; 
			font-weight: bold;
			font-size: 90%;
 			color :rgb(51,102,153);
 }
 /*=========================================================== */
.submit {
         background : rgb(255,204,102);
         color :rgb(51,102,153);
         font-weight: bold;
         font-family:georgia,tahoma,verdana,arial,helvetica;
         }
/*=========================================================== */
.reset {
        background:rgb(255,204,102);
        color : rgb(51,102,153);
        font-weight: bold; 
        font-family:georgia,tahoma,verdana,arial,helvetica;
        }
/*=========================================================== */