body{
color: black;
background: #908b80;
}

a{
color: black;
}

a:hover{
color: black;
}

h1,h2,h4,h5{
background-color: #ffb750;
color: white;
}

h3{/*ERROR!!!!*/
background-color: red;
color: white;
}

#wrapper{
background: #fcdeb3;
}

.fade{
color: black;
}

.fade a{
color: black;
}

.fade a:hover{
color: white;
}

#menu{
background: #fbcb86;
}

.box div{
background: #ffb750;
color: black;
}

.box li{
background: #ffe7c4;
}

.box a{
color: black;
}

.content{
background: #fbcb86;
}

.button{
background: #fcdeb3;
}

input, textarea{
background: #fcdeb3;
color: black;
}

.footer{
background: #ffb750;
color: black;
}


