body {
	font-family: Arial;
}

a:link {
	color: #00008B;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #0000CD;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #1E90FF;
	background-color: transparent;
	text-decoration: none;
}

.float_left {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
}
.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}
img {
	border-width: 0px;
}