a {
	color: #999999;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
