@import url("screen.css");

/* @group Layout */

#header, #navigation, #subnavigation, #sidebar {
	display: none;
}

#page, #content, #main {
	width: 100%;
	margin: 0 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
}

/*

@end */

/* @group Type */

body {
	background: white;
	font-size: 12pt;
	line-height: 1.5em;
}

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

/*

 @end */
