h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #7c7c7c;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #03678b;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7C7C7C;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #03678b;
}
p {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	font-weight: bold;
	text-align: right;
	font-size: 0.75em;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	font-weight: bold;
	text-align: right;
	font-size: 0.75em;
	font-style: normal;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	font-weight: bold;
	text-align: right;
	font-size: 0.75em;
	font-style: normal;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	font-weight: bold;
	text-align: right;
	font-size: 0.75em;
	font-style: normal;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
