a:link {
	font-size: 12px;
	line-height: 20px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #CC0000;
	text-decoration: none;
}
a.l:link {
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
}
a.l:hover {
	font-size: 12px;
	color: #00FFFF;
	text-decoration: underline;
}
a.l:visited {
	font-size: 12px;
	color: eeeeee;
	text-decoration: none;
}
