
.small {
	font-size: 10px;
	line-height: 125%;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}
a:active {
	color: #FF33099;
	text-decoration: none;
}
