h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #AE2E61;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #306898;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #AE2E61;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #306898;
	text-decoration: underline;
}
