a:link  {
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

a:visited  {
	color : #dddddd;
	font-weight : bold;
	text-decoration : none;
}

a:active  {
	color : #ccccff;
	font-weight : bold;
	text-decoration : none;
}

a:hover  {
	color : #ccccff;
	font-weight : bold;
	text-decoration : underline;
}

