/* 
** plain.b - large css stylesheet
** This CSS file enlarges the text sizes
** 
** June 28, 2006 - (version 1.0)
** 
** This is a part of the open source layout
** "plain.b" by Jonas John (www.jonasjohn.de)
*/

/* import base stylesheet */
@import url("plainb_base.css");

/* then modify it: */

body {
	font-size: 120%;
    background-color: #E4E4E4;	
}

#header a {
	display: none;
}


#footer {
	font-size: 0.7em;
}


