* {
	font-family: 'Arial';
	font-size: 12px;
	vertical-align: top;
	color:#FFFFFF;
}

body {
	padding: 0;
	margin: 0;
	background-color: #000a3b;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.inner {
	width: 95%;
	margin: auto;
	margin-top: 10px;
}

img {
	border: 0;
}
