@CHARSET "UTF-8";
body {
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
	background-color: black;
}

a:visited {
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: white;
	background-color: transparent;
}
a:link {
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: white;
	background-color: transparent;
}
a:hover {
	color: red;
	background-color: transparent;
}
a:active {
	color: orange;
	background-color: transparent;
}