body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.container {
	background-color: #eeeeee;
	margin: auto;
	padding: 20px;
	width: 750px;
	color: #333333;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.marginright {
	margin-right: 6px;
}
.float-right {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
}

.float-left {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 4px;
}
