.button {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../includes/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  font-family: Arial, Helvetica, Sans Serif;
}


a:link, a:visited {
	color: #c64934; 
	text-decoration: none;
	font-weight: bold;
}

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