/*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*/
#original{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:450px;
	height:450px;
	background-color:#003885;
	border:1px inset black;
	color:#E71216;
	font-size:40px;
	font-family:broadway;
}

#throwback{
	position:absolute;
	margin-left:750px;
	margin-top:11px;
	width:450px;
	height:450px;
	background-color:#74BEFD;
	border:1px inset black;
	color:#CD181F;
	font-size:40px;
	font-family:broadway;
}

#candy{
	position:absolute;
	margin-left:60px;
	margin-top:510px;
	width:450px;
	height:450px;
	background-color:#1F68C4;
	border:1px inset black;
	color:#080A45;
	font-size:40px;
	font-family:broadway;
}

#twist{
	position:absolute;
	margin-left:750px;
	margin-top:488px;
	width:450px;
	height:450px;
	background-color:#F0E62E;
	border:1px inset black;
	color:#0611A5;
	font-size:40px;
	font-family:broadway;
}

#lime{
	position:absolute;
	margin-left:409px;
	margin-top:990px;
	width:450px;
	height:450px;
	background-color:#038211;
	border:1px inset black;
	color:#FF0000;
	font-size:40px;
	font-family:broadway;
}
#footer{
	margin-top:1450px;
	margin-left:115px;
	height:50px;
	width:1024px;
	background-color:#f34545;
	color:black;
	font-size:25px;
	font-family:hobo std;
}
/*this is for the outline on the images*/
img{
	border:2px red solid;
}
a:link{
	color:black;
	text-decoration:none;
}
a:visited{
	color:black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}