a:link {
	color: #6E2F20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6E2F20;
}
a:hover {
	text-decoration: underline;
	color: #6E2F20;
}
a:active {
	text-decoration: none;
	color: #6E2F20;
}
link2 {
	color: #6E2F20;
	text-decoration: none;
}
a:visited2 {
	text-decoration: none;
	color: #6E2F20;
}



a.linktxt

{
color: #cccccc;
 background-color: #999999;
 height: auto;
 width: 200px;
 padding-top:3px;
 padding-bottom:3px;
 display: inline;
}

 

.buttons a 
{
  color: #6E2F20;
/* no image, just solid color background to the button */
  background-color: #E3E3E3;
  border-left: 5px solid #B8B8B8;
  /*border-right: 20px solid #BAA877;
end of solid color background */
  padding-top: 3px;
  padding-bottom: 3px;
  height: 35px;
  display: inline; 
  font: 12px Arial, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin: 2px;

}

 .buttons a:hover 
{
/* no image, just color background to the button */

 border-left: 5px solid #DEAD5A;
  /*border-right: 20px solid #DEAD5A;
 
 end of solid color swap */
 background-color: #999999;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

