@CHARSET "UTF-8";

body {
	font-family: "'Verdana'";
	margin: 0px;
	padding: 0px;
}

h1 {
	font: 2.8em/ 1 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	margin: 4px;
}

h2 {
	font: 1.8em/ 1 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 35px;
	margin-bottom: 10px;
}

p {
	font-size: 10pt;
	margin: 2px;
}

a {
	font-size: 10pt;
}

#Header {
	border: 1px dashed #333;
}

#Content {
	position: absolute;
	left: 50%;
	width: 513px;
	margin-top: 30px;
	margin-left: -266px;
	padding: 18px;
	border: 1px dashed #333;
	background-color: #eee;
}