@charset "UTF-8";
/* CSS Document */

body {
   font-size: 12pt !important;
   background: #FFF;
}

#container {
	background: #FFF;
} 
   
   
* {color: #000 !important;}


#sidebar, #NavHoriz, #rightbar {
	display: none !important;
}

#main, #training  {
	width: auto;
	margin:0;
	padding:0;
	float: none;
	background: white;
}

a[href^="http://"]:after  {
	content: " (" attr(href) ") ";
}