a:link  {
	color : #000000;
	text-decoration : none;
}

a:visited  {
	color : #888888;
	text-decoration : none;
}

a:active  {
	color : #0000ff;
	font-weight : bold;
	text-decoration : none;
}

a:hover  {
	color : #0000ff;
	text-decoration : underline;
}

