h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: normal;
	color: #FF9933;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}
