body {
	width:50%;
	max-width:15cm;
	text-align:left;
	margin-left:25%;
	margin-right:25%;
	font:10pt/14pt Georgia;
	color:#222222;
}
h1 {
	font:16pt/18pt Georgia;
}
h2 {
	font:16pt/18pt Georgia;
}
h3 {
	font:italic 16pt/18pt Georgia;
}
p {
	text-align:justify;
	font:10pt/14pt Georgia;
	}
blockquote {
	text-align:left;
	font:italic 10pt/14pt Georgia;
	}
table {
	width:100%;
	border: 1px solid #555555;
	border-collapse:collapse
}
th {
	text-align:left;
}
tr {
	text-align:left;
	border: 1px solid #555555;
}
a:link {
	color:#CC3300;
	text-decoration:none;
	border-bottom:1px dotted;
}
a:visited {
	color:#CC3300;
	text-decoration:none;
	border-bottom:none;
}
a:focus {
	color:#CC3300;
	text-decoration:none;
	border-bottom:1px solid;
}
a:hover {
	color:#CC3300;
	text-decoration:none;
	border-bottom:1px dotted;
}
a:active {
	color:#CC3300;
	text-decoration:none;
	border-bottom:1px solid;
}

#footer {
	width:100%;
	height:100%;
	margin-bottom:0;
	margin-top:1em;
	font-size:0.7em;
	color:#333333;
}

#footer p {
	margin: 0 auto; 
	background:#111;
	text-align:justify;
	padding:1em 7.5em 1em 7.5em;
}

#footer p:first-child {
	-moz-border-topleft-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-topright-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

#footer *a {
	border:none;
}
