a {
	color: #00AD00;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-family: sans-serif;
	font-weight: bold;
	color: #00AD00;
}
a:active {
	font-family: sans-serif;
	font-weight: bold;
	color: #00AD00;
}
a:hover {
	font-family: sans-serif;
	color: #C90000;
	font-weight: bold;
}
body, p, li {
	font-family: sans-serif;
	color: #152C5D;
	font-size: small;
}
h1 {
	font-family: sans-serif;
	text-align: left;
	color: #152C5D;
	font-size: 105%;
	font-weight: bold;
}