body {
	background-color: #FFF;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

p {
	background-color: #FFF;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
h1 {
	color: #204990;
	font-size: 22px;
	line-height: 18px;
	font-weight: lighter;
}
h2 {
	color: #113D84;
	font-size: 16px;
	font-weight: lighter;
}
h3 {
	color: #204990;
	font-size: 22px;
	line-height: 18px;
	font-weight: lighter;
}
a, a:link {
	color: #204990;
	text-decoration: none;
}
a:visited {
	color: #204990;
	text-decoration: none;
}
a:hover {
	color: #6879b2;
	text-decoration: underline;
}
a:focus {
	color: #204990;
}
a:active {
	color: #204990;
}
#links a, #links a:active, #links a:visited {
	color: #204990;
	font-weight: normal;
}

