/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
.nav-menu, footer {
    background: #ae0001;
    box-shadow: none;
}
header {
    background: #fff;
}
.databack {
	background-color: #FAFAFA;
}
a:visited {
	color: #AE0001;
}
div.innercontainer {
	box-shadow: none;
}
ul.list4 li {
	background: #FAFAFA;
	background-image: none;
}