div#content h1{
	font-size: 28px;
	display: block;
	color: black;
	text-align: center;
}

div#content h2{
	font-size: 22px;
	display: block;
	color: black;
	text-align: center;
	text-transform: uppercase;
}

div#content h3{
	font-size: 20px;
	display: block;
	color: black;
	text-align: center;
	text-decoration: underline;
}

div#content h4{
	font-size: 16px;
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


div#content span{
	float:right;
	margin-left: 5px;
	padding-left: 5px;
}

div#content{
	width: 550px;
	height: 400px;
	display: block;
	overflow: auto;
	background-color: white;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	padding: 10px;
	position: relative;
	top: 15px;
	float: right;
	border: 1px solid black;
}

hr{
	background-color: black;
	height: 5px;
}