/* SSDF - Print stylesheet */

/* Add all divs that need hiding on this line: */
#header, #featuretabs, #wrapper_secnav, body#index #rightcol, #rightcol, #topicselect, #sharing, a#forumpluglink {
	display: none;
	float: none;
	
}

div {float: none;}

#wrapper {
	margin: 0;
	padding: 0;
	width:  600px;
	float:left;
}
#header {width:600px;float:none;}
/* Add all divs that lead to the (and including) #content div: */
#content {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#recent {
	overflow: visible;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000 !important;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline !important;
	font-family: "Times New Roman", Times, serif !important;
	color: #3875d7 !important;
}

img {
	display: none;
}

h1, h2, h3, h4 {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
}

* p {color: #000 !important;}