.l:link, .l:visited, .l:active {
	text-decoration:underline;
	color: #990000;
	font-family: Times New Roman, sans-serif;
	font-size: 14px;
}
.l:hover {
	text-decoration:underline;
	color: #660000;
	font-family: Times New Roman, sans-serif;
	font-size: 14px; }