@charset "UTF-8";
/* CSS Document */
html{
	background-image:none !important;
	background:none !important;
	background-color:#FFF !important;

}
body{
	background:none !important;
	background-color:#FFF !important;
	background-image:none !important;
	font-family:"AndaleMono", 'Andale Mono','Lucida Console', monospace;
	font-size:12px;
	color:black !important;

}
img {
	display:none;
}
#mainContent img{
	display:block !important;
}
#leftFooter, #rightFooter{
	display:none !important;
} 
#centreFooter{
	display:block !important;
}
#header{
	display:none !important;

}
#sidebar1, #sidebar1news{
	display:none !important;

}
#sidebarMenu2, #sidebarMenu2news{
	display:none !important;

}
#postFooter{
	display:none !important;

}
#comments-template-pages{
	display:none !important;
}
a:after { 
   content:" ["attr(href)"]"; 
   font-weight: normal;/*after the link display the url of that link */
}
a[href^="/"]:after {
   content: "";
}/*relative links won't display*/
a {
	font-weight:normal !important;
	color:black !important;
}
h1, h2, h3, h4, h5, h6{
		font-weight:normal !important;
		color:black !important;

}
