.times {
	font-family: times;
	font-size: 14px;
}

.xl {
	font-family: tahoma,verdana;
	font-size: 23px;
	color: #3D3D3D;
}
.l {
	font-family: tahoma,verdana;
	font-size: 13px;
	color: #3D3D3D;
	font-weight: bold;
}
.s {
	font-family: verdana;
	font-size: 10px;
	color: black;
}
.sb {
	font-family: verdana;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}