body {
	font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	color: #000;
	}

a {
	color: #FA0A0A;
	text-decoration: none;
	background-color: transparent;
	}

a:hover {
	color: #FA0A0A;
	border-bottom: 1px solid #FA0A0A;
	background-color: transparent;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 780px;
	z-index: 3;
	text-align: center;
	padding: 10px;
	background-color: #ccc;
	color: #000;
	}

#header {
	text-align: center;
	padding-bottom: 10px;
	}

#content {
	z-index: 3;
	text-align: justify;
	}

small {
	font-size: 11px;
	}

p.footer {
	text-align: center;
	}