body {
	background-color: #131a27;
	color: #000;
	font-size: 11px; 
	font-family: Georgia, Tahoma, Verdana, Arial;
	margin: 20px;
}

a:link, a:visited, a:active {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	color: inherit;
}

a:hover {
	font-size: inherit;
	font-family: inherit;
	text-decoration: inherit;
	color: inherit;
}

input {
	color: #fff;
	background: #131a27;
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial;
}

textarea {
	color: #fff;
	background: #131a27;
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial;
}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

*:focus {
	outline: none;
}

*:active {
	outline: none;
}

*::selection {
	color: #fff;
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
	float: right;
}

.clear {
	clear: both;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}