div.header a {
	color : black;
}
div.header h1 {
	float : left;
	clear : left;
	margin-top : 0px;
}
div.header p {
	float : right;
	clear : right;
	margin : 0.2em;
}
div.header p.skip, div.header ul {
	display : none;
}
div.header p.call {
	margin : 0.2em;
	font-size : 1em;
}

div.content {
	clear : both;
}
div.wrapper hr {
	display : none;
}
div.wrapper div.content hr {
	display : block;
}
div.alt, div.footer {
	display : none
}