/* ******************** */
/* ****body classes**** */
/* ******************** */

.bg01  
 {
  /* background-color: "#666666" */
  /* background-image: url("s.jpg") ; */
  background-color: #ACB387 
 }
 
/* ******************** */
/* ****font classes**** */
/* ******************** */
 
.bright 
 {
  color: white ;
  font-size: 19px ;
  font-family: courier
 }

.normal 
 {
  color: #444444 ;
  font-size: 19px ;
  font-family: courier
 }

/* ******************** */
/* ****links styles**** */
/* ******************** */

A:link
 {
  font-family: courier ;
  font-size: 19px ;
  text-decoration: none ;
  color: rgb(255,0,255)
 }
 
 
A:visited
 { 
  font-family: courier ;
  font-size: 19px ;
  text-decoration: none ; 
  color: rgb(46,255,102)
 }
 
A:active
 {
  font-family: courier ;
  font-size: 19px ;
  text-decoration: none ;
  color: rgb(255,255,255)
 }
 
A:hover
 {
  font-family: courier ;
  font-size: 19px ;
  text-decoration: none ;
  color: rgb(255,82,32)
 }

/* ******************** */


