* {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
}
html {
	font-size: 62.5%;
	background: white
}
#maincontent {
	width: 1000px;
	text-align: left;
	margin: auto;
	position: absolute;
	left: 25px;
	top: 25px;
}

h1 {
	font-size: 1.3em;
	color: #333333;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.3em;
}
a img {
	border: none;
}