@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	line-height: normal;
	font-variant: normal;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
