/* internal_style_content.css - Stylesheet for the content area of the internal section */

p {
	margin: 0;
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

img {
	border: none;
	display: block;
}

#content {
	margin: 0 50px;
	padding: 25px;
	border: 1px dotted brown;
	color: goldenrod;
}

#content a {
	color: goldenrod;
}

#content a:visited {
	color: brown;
}

#content a:hover {
	color: darkred;
}

#content hr {
	height: 0;
	border: none;
	border-top: 1px solid brown;
}

#content h2 {
	font-weight: normal;
	font-size: 200%;
	margin: 0;
}

#content h2.pagetitle {
	font-size: 250%;
}

#content h3 {
	font-weight: normal;
	font-size: 190%;
	//color: brown;
	margin: 10px 0;
}

#content h4 {
	font-weight: normal;
	font-size: 150%;
	//color: brown;
	margin: 10px 0;
}

#content ul {
	margin: 0;
}

#content li {
	margin: 0.5em 0;
}

#content ul li a {
	font-size: 125%;
}

#content ol {
	color: brown;
}
