body {
	background-color: #fff;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 62.5%;
	color: #777;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	color: #1B0D5C;
}

#content {
	padding: 0;
        font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 70.0%;
}

#content2 {
	padding: 0;
        font-family: "Trebuchet MS", arial, sans-serif;
}

#content p {
	padding: 1px 10px;
	text-align: center;
}

#content h1 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1.8em;
	color: #1B0D5C;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#footer {
	font-size: 0.9em;
	font-family: arial, sans-serif;
	margin: 0px 0 20px 0;
	border-top: 1px solid #1B0D5C;
}

#footer p {
	text-align: center;
	line-height: 1.1em;
	color: #999999;
	font-size: 0.9em;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}