html, body, * {
	padding:0px;
	margin:0px;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	top: 0px;
}

h1{
	font-size: 18px;
	color: #000000;	
	padding-bottom: 0px;
	margin-bottom: 5px;
}
	h2{
		font-size: 14px;
		color: #000000;
		padding-top: 10px;
	}
	h3{
		font-size: 12px;
		padding-top: 5px;
	}

		#content p{	
			padding: 5px 0 8px 0;
			line-height: 135%;
		}

a, p a {
	color:#000000;
}
a img{
	border: 0px;
}

#header,
#menu{
	display: none;
	position: absolute;
	top: 0px;
	left:0px;
}