a {
	color: #60341b;
	text-decoration: underline;
}

a:hover {
	color: #a7723c;
	text-decoration: underline;
}

a.readon {
	color: #333333;
}

#ja-container2 ul.menu li li a:hover,
#ja-container2 ul.menu li li a:active,
#ja-container2 ul.menu li li a:focus {
	color: #333333;
}

#ja-container2 ul.menu li.active a span {
	background: url(../../../images/bullet.gif) no-repeat 5px;
}

.bignumber {
	color: #333333;
}

#ja-container2 ul.menu li.active a {
	color: #333333;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	color: #333333;
}

div.module h3 {
	color: #333333;
	font-family: Georgia;
    font-weight: unset;
    line-height: 1;
    background: #f6f6f6;
}

a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 
a.button7:hover { 
  background: rgb(53, 167, 110); 
}
a.button7:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}