body {
	background-color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 14px;
}


a.type1 { color: #FF0000; }
a.type1:hover { color: #FFFF00;}

a.type2 { color: blue; }
a.type2:hover { color: green; }
