.text {
	font-family: sans-serif;
	font-size: 12px;
}
.l1 {margin: 0px; padding: 0px;	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.l2 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #774D03;
}
.l3 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2657A1;
}
a {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003eaf;
}
a:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA00CA;
	text-decoration: underline;
}
