a {
	color: #00f;
	background-color: #CCD2E4;
	text-decoration: none;
	padding: 3px 5px 5px 5px;
}

a:visited {
	color: #22a;
	background-color: #CCD2E4;
	text-decoration: none;
	padding: 3px 5px 5px 5px;
}

a:active, a:hover {
	background-color: #D2E4CC;
	color: #00f;
	text-decoration: underline;
	padding: 3px 5px 5px 5px;
}

a.yellow:link, a.yellow:visited, a.yellow:active, a.yellow:hover {
	color: #00f;
	background-color: #F3E19E;
	text-decoration: none;
	padding: 3px 5px 5px 5px;
}

a.regular {
	color: #00e;
	background-color: #fff;
	text-decoration: underline;
}

a.regular:visited {
	color: #551A8B;
	background-color: #fff;	
}
a.regular:active, a.regular:hover {
	background-color: #fff;
	color: #f00;
	text-decoration: underline;
}
.light-border {
	border: thin solid #999;
}
a.help:hover {
	border: medium solid #D2E4CC;
}