h1{
	color:red;
	font-size:60px;
	background-color:white;
	font-family:forte;
	text-shadow:1px 1px 1px #000, 4px 4px 4px white;
}

img{
	border:2px #1F50B6 solid;
}

p{
font-size:25px;
font-family:hobo std;
color:#E71216;
}

#black{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:1125px;
	height:850px;
	background-color:black;
	border:1px inset black;
	color:white;
	font-size:40px;
	font-family:broadway;
	text-align:center;
}

#white{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:1125px;
	height:850px;
	background-color:white;
	border:1px inset black;
	color:black;
	font-size:40px;
	font-family:broadway;
	text-align:center;
}

#azuki{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:1125px;
	height:850px;
	background-color:#880D21;
	border:1px inset black;
	color:#D9B639;
	font-size:40px;
	font-family:broadway;
	text-align:center;
}

#carnival{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:1125px;
	height:850px;
	background-color:#FDCF00;
	border:1px inset black;
	color:#B24021;
	font-size:40px;
	font-family:broadway;
	text-align:center;
}

#pink{
	position:absolute;
	margin-left:60px;
	margin-top:30px;
	width:1125px;
	height:850px;
	background-color:pink;
	border:1px inset black;
	color:white;
	font-size:40px;
	font-family:broadway;
	text-align:center;
}

#footer{
	margin-top:950px;
	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;
}