@charset "utf-8";

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9933;
}

