.text {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}
.links {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6A4650;
}
.l1 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.l2 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #0000;
	text-decoration: none;
}
:visited
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA00CA;
	text-decoration: underline;
}
