.style1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	text-decoration: none;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: lighter;
}
