header {
	background-color: inherit;
}
footer {
	background-color: inherit;
}

.everything{
	background-color: none;
	position:absolute;
	left:200px;
}
.content{
	background-color: inherit;

}
.deco {
	color: #0056FF;
	background-color: inherit;
}
nav {
	color: #8800FF;
	background-color: inherit;
}
body {
	background: #ADD8E6 url('oj.png') no-repeat 0px 0px;
	background-color: #ADD8E6;
	color:#080060;
}
h1 {
	color: #FFAF00;
	background-color: inherit;
}
p {
	color: inherit;
	background-color: inherit;
}
a {
	color:#FFAF00;
	background-color: inherit;
}