.border {
	border: 1px solid #006699;
}
.text-black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000099;
	text-decoration: underline;
	background-color: #CCCCCC;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000099;
}
