@charset "utf-8";
/* CSS Document */
* {
	color : #000000 !important;
	border-color: #000000 !important;
	background-color: #FFFFFF !important;
}
div#container {
	width: 100% !important;
}
h2 {
	line-height: 100% !important;
	text-indent: 0.1em !important;
	background-color: #FFFFFF !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	vertical-align: middle;
}
div#header,div#navigation {
	display: none;
}
div#primary,div#footer p {
	margin: 30px 0 0;
}
a {
	color: #000000;
	text-decoration: none;
}

a[href]:after {
        content: " (" attr(href)") ";
}