h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;

}
h3 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 14px;

}
a {
	text-decoration: underline;
	color: #FFFFFF;

}
a.blue {
	text-decoration: none;
	color: #0000FF;

}

