﻿a:link, a:visited {
	color:#520;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

body {
	background:white;
	font-size:11pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:12pt;
	font-weight:bold;
}

h2 {
	font-size:11pt;
	font-weight:bold;
}

h3 {
	font-size:10pt;
	font-weight:bold;
}

h4 {
	font-weight:bold;
	font-size:12pt;
}

h5 {
	font-size:8pt;
	font-weight:bold;
}

h6 {
	font-size:7pt;
	font-weight:bold;
}

html {
	width:100%;
}

#content {
	width:auto;
	margin:0;
	padding:0;
	border:0;
	float:none !important;
	color:black;
	background:transparent;
}

#content a:link:after, #content a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}

#header, #footer, .cleaner {
	display:none !important;
}

