.label {
	display: none;
}

#content {
	line-height: 130%;
}

a {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-weight: bold;
	color: #800000;
	font-size:13pt;
	text-align: center;
	padding:5px;
}

h2{

}

h3{
	font-weight: bold;
	padding: 5px 0;
}

h4{
	font-weight: bold;
	text-align: center;
	color: #800000;
}

h6 {
	font-size:10px;
	padding-bottom:5px;
}

#content img {
	border: 1px solid #000;
	margin: 10px auto;
	display: block;
	

}



