/* Remove sidebars and group list and contentbox background colours, underline links, set text to serif. */

#leftMenu, #sidebar, #sponsors, #footer, #groups, #toggle_groups {
	display: none;
}

.noprint {
	display: none;	
}

#page, #container {
	margin: auto;
}

.contentBox, .largeuserlist {
	background-color: transparent !important;

}

#header {
	background-color: transparent;
	border: 0px;
}

#headerMenu, #alerts, #loginBox {
	display: none;
}

a {
	text-decoration: underline;
}

body {
	font-family: Times, serif;
}

/* Hopeless to properly change font size, due to excessive overriding in main stylesheet, and many absolute sizes. */
* {
	font-size: 16px;
}

