@charset "utf-8";
a:link {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	background-color: #111111;
	text-align: center;
	border: 1px dotted #CC3300;
	padding: 7px;
	font-size: small;
}
a:hover {
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
	background-color: #222222;
	text-align: center;
	border: 1px solid #CC0000;
}
a:visited {
	font-size: small;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
	background-color: #000000;
	text-align: center;
	border: 2px solid #CC6600;
}
