/*this is for the header*/
h1{
	color:red;
	font-size:60px;
	background-color:white;
	font-family:forte;
	text-shadow:1px 1px 1px #000, 4px 4px 4px white;
}

body{
background-color:#ADCFF8
}
/*these ids are for the boxes*/
#citrus{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:450px;
	height:450px;
	background-color:black;
	border:1px inset black;
	color:#587F12;
	font-size:40px;
	font-family:broadway;
}

#cherry{
	position:absolute;
	margin-left:750px;
	margin-top:30px;
	width:450px;
	height:450px;
	background-color:#013C68;
	border:1px inset black;
	color:#941617;
	font-size:40px;
	font-family:broadway;
}

#capp{
	position:absolute;
	margin-left:60px;
	margin-top:510px;
	width:450px;
	height:450px;
	background-color:#1F68C4;
	border:1px inset black;
	color:#A26F38;
	font-size:40px;
	font-family:broadway;
}

#raw{
	position:absolute;
	margin-left:750px;
	margin-top:510px;
	width:450px;
	height:450px;
	background-color:white;
	border:1px inset black;
	color:#9C8067;
	font-size:40px;
	font-family:broadway;
}

#trop{
	position:absolute;
	margin-left:409px;
	margin-top:990px;
	width:450px;
	height:450px;
	background-color:#038211;
	border:1px inset black;
	color:red;
	font-size:40px;
	font-family:broadway;
}
/*this is for the outline on the images*/
img{
	border:2px red solid;
}

#Footer{
	margin-top:1500px;
	margin-left:115px;
	height:50px;
	width:1024px;
	background-color:#f34545;
	color:black;
	font-size:25px;
	font-family:HoboSTD;
}

a:link{
	color:black;
	text-decoration:none;
}

a:visited{
	color:black;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}