html, body, {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;}
.more {
	text-align: right;
	margin-top: 0;
	font-size: 12px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
body {
	background: #0C3741;
	font: 10px tahoma, verdana, sans-serif;
	color: #ffffff;
	padding: 20px;
	text-align: center;
}

