A:LINK { 
    text-decoration: none;
	color : #000000;
}

A:VISITED {
    text-decoration: none;
	color : #000000;
}

A:HOVER {
    text-decoration: none;
	color : #CCCCCC;
}
