  body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	margin-left: 0%;
	margin-right: 0%;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	border: 0;
	padding: 1em;
}

#title {
	text-align: center;
}


p {

}
a {
	font-weight: bold;
	text-decoration: none;
	color: #6B83A3;
}
a:hover {
	color: #9B2F3E;
	text-decoration: underline;
}
a:visited {
	color: #6B83A3;
}

hr {
	color: #86ABD1;
	size: 1px;
}

#footer {
        text-align: center;
        font-size: .8em;
}

