/* 
** plain.b - alternative style: brown bg
** 
** 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");

/* overwrite base style */

body {
    background-color: #E5D5AF;
}

#header a {
	display: none;
}

#content a:link, #content a:visited {
	background-color: #FDFCDF;
}

#content a:visited {
	color: #858585;
}

#content a:hover, #content a:active {
	background-color: #000000;
	color: #fff;
}


