#body {
	font-family:Arial, Helvetica, sans-serif;
}
#background_wrapper {
	background-color: #FFF;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FFF;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
}
h4 {
	font-size: 28px;
	font-weight: bold;
	color: #D50000;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}
h5 {
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #D50000;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	color:#000;
}
