#content h1 {

	}

#content h2 {
	color: #4D6276;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	font-size: 2.2em;
	}

#content h3 {
	margin-bottom: 3px;
	}

#content h4 {
	margin-top: 0;
	}
* html body #content h4 { font-size: 0.9em; } /* IE HACK */

#content div {
	border-bottom: 1px dashed gray;
	}

#content #alpha {
	border: 1px dotted gray;
	background: #DFE6EF;
	padding: 2px;
	text-align: center;
	}

#content div#toc {
	float: right;
	border: 1px dotted gray;
	background: #DFE6EF;
	padding: 5px 2px;
	font-size: 0.75em;
	width: 180px;
	margin-top: 20px;
	}

#content div#toc h1 {
	font-size: 1em;
	border-color: black;
	}

#content div.gototoc {
	float:right;
	border-bottom: 0;
	}

#content #notes {
	border-bottom: 0;
	}

#notes p#last {
	margin-bottom: -1em;
	}