﻿/*Hide backgrounds*/
body 
{
 background-color: white !important;
 background-image: none !important;
}
    
#header
{
     background-color: white !important;
     background-image: none !important;
}


/*Uninterresting elements*/
#topbar, #crumbbar, #header, .hp
{
    display: none  !important;
}


