A:link {
  color: brown; 
  text-decoration : none; 
  background: transparent;}
A:visited {
  color: brown; 
  text-decoration : none; 
  background: transparent;}
A:hover { 
  color: brown; 
  text-decoration : none; 
  background: yellow;}



.text{
font-family:verdana;
font-size:12px;
font-weight:600;
color:#788850;
text-decoration:none;}

.text2 {
font-family:verdana;
font-weight:500;
font-size:10px;
color:#788850;
text-decoration:none;}

.text3{
font-family:verdana;
font-weight:600;
font-size:12px;
color:#788850;
text-decoration:underline;}