h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.orange {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-style: italic;
	color: #FF9900;
	letter-spacing: .2em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
body {
	background-color: #FFFFFF;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
