a:link {
	text-decoration: none;
	color: #00FFFF;
	font-weight: normal;
	font-size: 10px;
}
a:visited {
	color: #00CCCC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
}
a:active {
	color: #00FFFF;
}
