
body {
	background-color: #EAEAEA;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	font-weight:lighter;
	color:#416392;
}
a:link {
	color: #416392;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #416392;
}
a:hover {
	text-decoration: none;
	color: #416392;
}
a:active {
	text-decoration: underline;
	color: #416392;
}
.whiteText {
	color:#FFFFFF;
}
a.whitelink:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

a.whitelink:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
}
a.whitelink:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
