body { 
font-family:"MS UI Gothic";
 line-height: 135%;
 color: #FFFFFF;
 background-color: #000000
}

a {
	color:#FFCC33;
	font-weight:bold;
	}

a:visited {
	 color: #0066FF;
	text-decoration:underline;
}

a:active {
	 color: #FFFF00;
	font-weight: bold;
}

a:hover {
	color:#33FF00;
	text-decoration:underline;
	background-color:#428242;
}
