html, body {
	color: #dddddd;
	font-size: 11px;
	font-family: Verdana;
	background-color: #191919;
}

a:link {
	text-decoration: none;
	COLOR: white;
}

a:visited {
	text-decoration: none;
	COLOR: white;
}

a:hover {
	text-decoration: none;
	color: #00e0ff;
}

a:active {
	text-decoration: none;
	color: #00e0ff;
}

img {
  	border: 0px;
}

