body, html {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6D2;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-width: 980px;
}

/* main headings, book titles, page titles */
h1 { 
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
}

/* sub-headings, sub-titles */
h2 {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* authors, miscellaneous headings */
h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


a:link, a:visited{
	color: #669;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	margin-left: 25px;
	padding-left: 0px;
}

b {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

blockquote {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

div#branding a.feature{
	display: none;
	}
