body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	color: #444;
	}
#topbar {
	display: none;
	}
#left {
	display: none;
	}
#navbar {
	display: none;
	}
a.nav, a:link.nav, a:visited.nav, a:hover.nav, a:active.nav {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
#content {
	position: relative;
	margin: 25px;
	width: auto;
	}
h1 {
	font: bold 18px Verdana, Arial, sans-serif;
	color: #930;
	background-color: transparent;
	}
h2 {
	font: bold 14px Verdana, Arial, sans-serif;
	color: #444;
	background-color: transparent;
	padding-bottom: 1px;
	border-bottom: 1px solid #444;
	}
h3 {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #444;
	background-color: transparent;
	}
p {
	font: 12px Verdana, Arial, sans-serif;
	color: #444;
	background-color: transparent;
	text-align: justify;
	}
a, a:link {
	color: #930;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
	}
a:visited {
	color: #930;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
	}
a:hover {
	color: #c93;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
	}
a:active {
	color: #fff;
	font-weight: bold;
	background-color: #c93;
	text-decoration: underline;
	}
#footer {
	display: none;
	}
a.foot, a:link.foot, a:visited.foot, a:hover.foot, a:active.foot {
	color: #c93;
	font-weight: normal;
	background-color: transparent;
	text-decoration: underline;
	}