/*remove unneeded page elements*/
#sidebar_l{
	display: none;
}

/* remove backgrounds */


/*layout adjustments */
#wrap {
	
	width: auto;
	border-style: none;
}


#footer {background:#fff; width:auto; border-style:none;}

/* font settings */

*{
	color: #000000 !important;
}


h2 {
	font-size: 14pt !important;
	font-weight: bold !important;
}

h3 {
        font-size: 14pt !important;
        font-weight: bold !important;
}

a:after{content: " (" attr(href) ") "}



