body {
	margin: 1em 10% 8em 10%;
	text-align: center;
	background-color: #fff;
}

body, input, textarea, select, option, td, th {
	color: #333;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	text-decoration: none; 
}

th {
	vertical-align: top;
	text-align: left;
}

th strong {
	color: #00f;
}

a, a:link {
	color: #0183AD;
	text-decoration: none;
}

a:visited {
	color: #0183AD;
	text-decoration: none;
}

a:hover {
	color: #52BDD0;
	text-decoration: underline;
}

img, table {
	border: 0px;
}

img {
	display: block;
}

form, input {
	margin: 0;
}

