/* import base stylesheet */
@import url("base.css");

/* then modify it: */

body {
	font-size: 120%;
    background-color: #E4E4E4;	
}

#header a {
	display: none;
}


#footer {
	font-size: 0.7em;
}