/*      
	noback.css 
	default style sheet w/o background
*/

body {
    background: white;
}
