body {
	background-color: #fff;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #000;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
}

/*ED1C24*/

#content {
	position: absolute;
	height: 300px;
	width: 500px;
	margin: -150px 0px 0px -250px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #fff;
	overflow: none;
}

ul 
{
	list-style-type: none;
	line-height: 20px;
}

span.marker {
	color: #ED1C24;
	font-weight: bold;
}

p, h1 {
	margin: 0px;
	padding: 10px;
}

a {
	color: #000;
	text-decoration: none;
}