body {
	color: black;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

div#header {
	margin-bottom: 5px;
}

div#content h2 {
	margin-top: 0px;
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #FFCC33;
	color: black;
}

div#content h3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 0.8em;
}

div#content li {
	font-size: 0.8em;
}

div#content p {
	text-align: justify;
	font-size: 0.8em;
} 

div#content dd {
	font-size: 0.8em;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

div#content dt {
	font-size: 0.8em;
	font-weight: bold;
}

div#content blockquote {
	font-style: italic;
	font-size: 0.8em;
	margin-left: 4em;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-top: 3ex;
}

div#content cite {
	display: block;
	text-align: right;
	font-style: italic;
	margin-left: 4em;
	margin-right: 2em;
	font-size: 0.8em;
	margin-top: 0px;
}

div#content cite:before {
	content: "-";
}

div#content small {
	background-color: transparent;
	color: black;
	font-size: 0.8em;
} 

div#content div.images {
	text-align: center;
	margin-top: 1ex;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
}

div#content div.images img {
	border-style: solid;
	border-width: 1px;
	border-color: black;
} 

div#content div.block {
	border-style: dashed;
	border-width: 2px;
	padding: 5px;
	font-size: 0.8em;
	text-align: justify;
	margin-bottom: 1em;
	margin-left: 10%;
	margin-right: 10%;
}

div#menus {
	display: none;
}

div#footer h4 {     
	background-color: transparent;
	color: black;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: overline;
	clear: both;
}