html,
body {
	color: black;
	background-color: white;
}

a {
	color: black;
	background-color: white;
	text-decoration: none;
}
h3 {
	clear: both;
}

#menu, #footer, #accessibility, #breadcrumb, .nextback, .currentlogin, .filler, .loginout {
	display: none;
}

#main {
	font-size: 11pt;
	margin-top: 100px;
	padding: 0;
}

#header p {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20pt;
}

#header {
	margin: 0;
	padding: 0;
}

#header img, #header2 img {
	display: none;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

table {
	border: solid 1px black;
}

table td, table th {
	border: solid 1px black;
}

li {
	padding-bottom: .5em;
}
