body {
	background-color:#FFFFFF;
	font-family:trebuchet MS, sans-serif;
	font-size:1em;
}

a {
	color:#000000 ! important;
	text-decoration:none;
}

h1 {
	font-size:1.6em;
	margin-top:20px;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

/* HEADER */

#menu,
#breadcrumb,
#toolsDiv,
#search,
#related,
#footer,
.rootURL,
.leaderboard {
	display:none;
}

/* LAYOUT RELATED */

#layout {
	width:100%;
	margin:auto;
}

#content {
	width:100%;
	left:0px;
}

#credits {
	background-color:#FFFFFF;
	margin-top:50px;
	color:#000000;
	padding:0px;
	font-size:.70em;
}

/* PRINT SPECIFIC CLASSES */

.print {
	position:relative ! important;
	top:0px ! important;
	left:0px ! important;
}

