/*this is for the header*/
h1{
	color:#003885;
	font-size:60px;
	background-color:#E85D5D;
	font-family:forte;
	text-shadow:1px 1px 1px #000, 4px 4px 4px white;
}
/*these ids are for the boxes*/
#kona{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:450px;
	height:450px;
	background-color:#AB594E;
	border:1px inset black;
	color:#4828A3;
	font-size:40px;
	font-family:broadway;
}

#lemon{
	position:absolute;
	margin-left:750px;
	margin-top:30px;
	width:450px;
	height:450px;
	background-color:#FEFB7A;
	border:1px inset black;
	color:#016AAB;
	font-size:40px;
	font-family:broadway;
}

#x{
	position:absolute;
	margin-left:60px;
	margin-top:510px;
	width:450px;
	height:450px;
	background-color:#1F68C4;
	border:1px inset black;
	color:#C93782;
	font-size:40px;
	font-family:broadway;
}

#mix{
	position:absolute;
	margin-left:750px;
	margin-top:510px;
	width:450px;
	height:450px;
	background-color:#679E0C;
	border:1px inset black;
	color:#F0E62E;
	font-size:40px;
	font-family:broadway;
}

#spice{
	position:absolute;
	margin-left:409px;
	margin-top:990px;
	width:450px;
	height:450px;
	background-color:#038211;
	border:1px inset black;
	color:#87C9DF;
	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;
}