h1 {
	font-size: 17px;
	font-weight: bold;
	color: #295a73;
	text-align: center;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #295a73;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #295a73;
	margin: 0px;
}
a, a.visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.hover {
	color: #295A73;
	text-decoration: underline;
}
.backing {
	background-color: #FFFFFF;
	width: 600px;
	border: 1px solid #999999;
}
b {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
