h1,h2,h3,h4,h5,h6 { color:#8e9474; }
h2,h3,h4,h5,h6 { color:#474a3a; }
h1 { font-size:24px; }
h2 { font-size:21px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:16px; }
body, .styled_box_content, blockquote h2 { color:#3b3b3b; }
a { color:#3a8995; }
a:hover, a:active { color:#ffc121; }
input[type=submit], input[type=button], a.button { 
	background: #8e9474;
	background: -webkit-gradient(linear, left top, left bottom, from(#aab08f), to(#8e9474));
	background: -moz-linear-gradient(top,  #aab08f,  #8e9474);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aab08f', endColorstr='#8e9474');
}
input[type=submit]:active, input[type=button]:active, a.button:active {
	background: #8e9474;
	background: -webkit-gradient(linear, left top, left bottom, from(#8e9474), to(#aab08f));
	background: -moz-linear-gradient(top,  #8e9474,  #aab08f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aab08f', endColorstr='#8e9474');
}
input[type=submit], input[type=button], a.button { 
	color: #fff;
}
input[type=submit]:hover, input[type=button]:hover, a.button:hover {
	color: #fff;
}
input[type=submit], input[type=button], a.button { 
	border: 1px solid #8e9474;
}
#footer, #footer ul { color:#000000; }
#footer a { color:#058092; }
#footer a:hover, #footer a:active { color:#999; }
