a:link {
	color: #9933FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9933FF;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #D7ADFF;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #9933FF;
}

#developer:link {
	color: #9900FF;
	font-weight: bold;
	text-decoration: none;
}
#developer:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9900FF;
}
#developer:hover {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}
#developer:active {
	font-weight: bold;
	text-decoration: none;
	color: #9900FF;
}
