* {
	margin: 0px;
	padding: 0px;
}

/* sets the textsize on 11px for the whole site */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #333333;
}