/*this is for the header*/
h1{
	color:red;
	font-size:60px;
	background-color:green;
	font-family:forte;
	text-shadow:1px 1px 1px #000, 4px 4px 4px white;
}

body{
background-color:#BA0000;
}
/*these ids are for the boxes*/
#clear{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:450px;
	height:450px;
	background-color:#2F65AB;
	border:1px inset black;
	color:white;
	font-size:40px;
	font-family:broadway;
}

#retro{
	position:absolute;
	margin-left:750px;
	margin-top:30px;
	width:450px;
	height:450px;
	background-color:#E5CD9D;
	border:1px inset black;
	color:#8E2819;
	font-size:40px;
	font-family:broadway;
}

#kick{
	position:absolute;
	margin-left:60px;
	margin-top:510px;
	width:450px;
	height:450px;
	background-color:white;
	border:1px inset black;
	color:black;
	font-size:40px;
	font-family:broadway;
}

#fire{
	position:absolute;
	margin-left:750px;
	margin-top:510px;
	width:450px;
	height:450px;
	background-color:orange;
	border:1px inset black;
	color:red;
	font-size:40px;
	font-family:broadway;
}

#freeze{
	position:absolute;
	margin-left:409px;
	margin-top:990px;
	width:450px;
	height:450px;
	background-color:#367296;
	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;
}