A, A:LINK  {
	color : Blue;
	text-decoration : none;
	font-family : "Arial", Geneva, sans-serif;
	font-size : 13px;
}

A:VISITED  {
	text-decoration : none;
	color : Blue;
}

A:ACTIVE  {
	text-decoration : underline;
}

A:FOCUS  {
	text-decoration : underline;
}

A:HOVER  {
	text-decoration : underline;
}

