.floatLeft {
	margin: 4px;
	float: left;
}
.floatRight {
	margin: 4px;
	float: right;
}
a:link {
	color: #900030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #300090;
}
a:hover {
	text-decoration: underline;
	color: #C03060;
}
a:active {
	text-decoration: none;
	color: #C03060;
}