a.chosen:link {
text-decoration:none; 
color:#000000; 
font-weight:bold; 
}


a.lnk:link {
text-decoration:underline; 
color:#6B6032; 
font-weight:bold; 
}

a.lnk:visited {
text-decoration:underline; 
color:#6B6032; 
font-weight:bold; 
}

a.lnk:hover { 
text-decoration:underline;
color: #7D6E30;
font-weight:bold;
}

a.lnk:active {
text-decoration:underline; 
color: #7D6E30;
font-weight:bold; 
}

a.black:link {
text-decoration:none; 
color: #000000;
font-weight:bold; 
}

a.black:visited {
text-decoration:none; 
color: #000000;
font-weight:bold; 
}

a.black:hover { 
text-decoration:none; 
color: #000000;
font-weight:bold;
}

a.black:active {
text-decoration:none; 
color:#000000; 
font-weight:bold; 
}


a:link {
text-decoration:none; 
color:#434C4B; 
font-weight:bold; 
}

a:visited {
text-decoration:none; 
color:#434C4B; 
font-weight:bold; 
}

a:hover { 
text-decoration:none;
color: #434C4B;
font-weight:bold;
}

a:active {
text-decoration:none; 
color:#434C4B; 
font-weight:bold; 
}




.standard {
  font-weight: bold;  
  color:#434C4B;
  font-family: arial;
  font-size: 16px;
  }


.clasic {
  font-weight: bold;  
  color:#434C4B;
  font-family: arial;
  font-size: 12px;
  }

