@charset "UTF-8";
/* CSS Document */

*, h1, h2, h3, h4, h5, h6 {
	color: black !important;
	border-color: black;
}
html, body, #page {
	background-image: none;
	width: 100%;
}
#content div > a, #content li > a, #content .calendar a, #content .links li, #content .cart {
	padding-left: 0;
	text-decoration: underline;
	background-image: none;
}
#header {
	display: none;
}
#page {
	margin: 0;
	padding: 0;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
}
#content .overview {
	width: 100%;
}
#page > ul {
	display: none;
}
#bg {
	background-image: none;
	background-color: white;
}
a:after {
	font-size:      smaller;
	font-family:        monospace;
}
a[href^="http://"]:after, a[href^="https://"]:after, a[href^="ftp://"]:after, a[href^="mailto:"]:after {
 content:        " (" attr(href) ") ";
}
a[href^="/"]:after {
 content:        " (http://example.org" attr(href) ") ";
}

form.cart {
	display: none;
}

#tool select {
	border: 0 none;
	color: black;
}
div.menu a {
	text-decoration: none !important;
}