@import url("../reset.css");
@import url("../common.css");
@import url("../../../css/site.css");

.button-large {
	background-image: url('../images/button-green.png');
}
.button-large span {
	color: #040;
}
.button-large:hover span {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #526D0D;
}
h2, h3 {
	border-bottom-color: #ddd;
}
#content {
	color: #333;
}
#content a {
	color: #bb0000;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}







