body {
	background: white;
	font-size: 12pt;
}

#skip {
	display: none;
}

hr {
	display: none;
}

#header{
	display: none;
}

#nav-wrap {
	display: none;
}

#me #options {
	display: none;
}
 
#comments {
	display: none;
}

#sub-right {
	display: none;
}

#sidebar {
	display: none;
}

#footer {
	display: none;
}

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

}

#content p{
	margin-bottom: 15px;

}

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