A  {
	color : #0080FF;
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
    color : 0080FF;
    font-weight : bold;
    text-decoration : none;

}

A:Active  {
        color : 0080FF;
        font-weight : bold;
        text-decoration : none;

}

A:Hover  {
        color : 3300FF;
        font-weight : bold;
        text-decoration : none;
}

