@import url("base.css");

body {
    color: #000;
    background: #EDEBD5;

}

 
h1 {
	color: #5f5733;
	background: #DBD5B7;
}

h2, h3 {
	color: #5f5733;
}


#content {
	border: 1px solid #5f5733;
	background: #fff;
}

#sidebar {
	float: left;
	background: #fff;
	border: 1px solid #5f5733;
}


a {
	color: #5f5733;
	color: #4d4522;
}

a:hover {
	color: #fff;
	background: #5f5733;
}	

hr {
	color: #4d4522;
	background-color:  #4d4522;
}

