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

/* overwrite base style */

body {
    background-color: #E4E4E4;	
}

#header a {
	display: none;
}

#cover:hover {
	border: 5px solid #689427;
}

div.img_left:hover {
	background-color: #689427;
}

div.img_right:hover {
	background-color: #689427;
}