@charset "utf-8";

/* CSS Document */

* {
background-color: white !important;
background-image: none !important;
}
html, body{
	width:100%;
	font-size: 12pt;
}


a:link, a:visited {
	color: #999;
	background: transparent;
	text-decoration: underline;
}

#header, #footer, #skyScrapper, #rightContentColumn, #contentFooter, #hContent, #contentBottom, #worthToKnow, #otherInTheSection, #contentFooter, #newsPre, #rightContentColumnArticle {
	display:none;
}
#content{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
}

input {
	display: none;
}