body {
	font-family: times;
	padding: 30px;
}
h1,h2,h3,h4 {
	font-weight: normal;
	margin-top: 0px;
}
ol {
	margin-left: 20px;
	padding-left: 0px;
	width: 180px;
}
ul {	
	list-style: circle;
	width: 200px;
}
li {
	padding-bottom: 1em;
	font-size: 11px;
	text-align: justify;
}
li p {
	font-size: 10px;
	width: 200px;
	margin: 0px;
	color: black;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
a img {
	border: 0;
}
a:hover {
	text-decoration: underline;
}
div#content p {
	width: 200px;
}
p {
	margin-bottom: 2em;
	color: #333;
	font-size: 11px;
	text-align: justify;
}
div#content {
	padding: 0px;
	position: absolute; 
	top: 30px; 
	left: 30px; 
	bottom: 30px;
	right: 0px;
	z-index: 100;
	overflow-y: auto;
}
div#center {
	padding: 0px 20px 0px 0px;
	position: absolute;
	top: 30px;
	left: 250px;
	right: 30px;
	bottom: 30px;
	z-index: 10;
	overflow: hidden;
}