@charset "utf-8";
/*CSS Document*/

.div1 {
	background-color: #D6D6D6;
	font-size: 22px;
	text-align: center;
}


.div2 {
	background-color: white;
	font-size: 15px;
	text-align: center;
}


.div3 {
	background-color: black;
	font-size: 15px;
	text-align: center;
}


.div4 {
	background-color:#CE67FF;
	font-size: 20px;
	text-align: center;
}


.div5 {
	background-color:#F1D5FF;
	color: #FFFF97;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

