body	{
	font-size: 10px;
}

a:link  {
	color : #0000ff;
	text-decoration : none;

}

a:visited  {
	color : #0000ff;
	text-decoration : none;
}

a:active  {
	color : #0000ff;
	text-decoration : none;
}

a:hover  {
	color :#ff0000;
	text-decoration : underline;
}