@charset "UTF-8";
@import "base.css";

body {
	background: #fefefd;
	color: #2c1608;
}

h1, h2, h3, h4, h5, h6 { color: #5c843c; font-weight: bold; }
dt { color: #40482c; font-weight: bold; }
address { color: #5c5f48; }

a { color: #907c42; text-decoration: underline; }
a:visited { color: #58542e; }
a:focus, a:hover, a:active { color: #d68834; }
del { color: #7c7f6e; }

th { text-align: left; }
