a:active {
	color: #660033;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.borders {
	border: 1px solid #333333;
}
