a
{	color:#006600;
	text-decoration:none;}

a:hover
{
	color:#00cb00;
	text-decoration:underline;
}

a.sel
{	color:#cb0000;
	text-decoration:none;
	font-weight:bold;
}

a.sel:hover
{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}