/*this is for the header*/h1{	color:#01662C;	font-size:60px;	background-color:#FCFA09;	font-family:forte;	text-shadow:1px 1px 1px #000, 4px 4px 4px #003322;}/*these ids are for the boxes*/#next{	position:absolute;	margin-left:60px;	margin-top:30px;	width:450px;	height:450px;	background-color:#00B0D0;	border:1px inset black;	color:#1D357D;	font-size:40px;	font-family:broadway;}#max{	position:absolute;	margin-left:750px;	margin-top:11px;	width:450px;	height:450px;	background-color:#241E20;	border:1px inset black;	color:#EF3A41;	font-size:40px;	font-family:broadway;}#diet{	position:absolute;	margin-left:60px;	margin-top:510px;	width:450px;	height:450px;	background-color:#A8A9AB;	border:1px inset black;	color:#0165A8;	font-size:40px;	font-family:broadway;}#raz{	position:absolute;	margin-left:750px;	margin-top:488px;	width:450px;	height:450px;	background-color:#AAD7CE;	border:1px inset black;	color:#0D56AD;	font-size:40px;	font-family:broadway;}#samba{	position:absolute;	margin-left:409px;	margin-top:990px;	width:450px;	height:450px;	background-color:#FADC2C;	border:1px inset black;	color:#52AC3B;	font-size:40px;	font-family:broadway;}/*this is for the outline on the images*/img{	border:2px #01662C solid;}#footer{	margin-top:1450px;	margin-left:115px;	height:50px;	width:1024px;	background-color:#f34545;	color:black;	font-size:25px;	font-family:hobo std;}a:link{	color:black;	text-decoration:none;}a:visited{	color:black;	text-decoration:none;}a:hover{	text-decoration:underline;}