A{
	text-decoration :none;
        font-weight :none;
        font-size : 14;
        color :red;

        font-family :Tahoma;
}

A:href{
	color :black;

}

A:visited{
	color :black;

}

A:hover{
	color :red;

}

A:active{
	color :red;

}

