.nextsection {height:55px; display:block;width:99%;}

#box {
	width: 250px;
	background:#fff;
	border-top: 1px solid #f05c2c;
	border-right: 1px solid #f05c2c;
	border-bottom: 1px solid #f05c2c;
	border-left: 1px solid #f05c2c;
	float:left;
	margin-top:5px;
	margin-left:5px;
}

#box p {
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-top: 0px ;
	border-bottom: 0px;
	}	

#box p:hover {
	background: #FFCF9F;
}
#squares a:link, #dom a:link {
font-size:14px;
font-weight:bold;
color:#f05c2c;
}

#squares a:hover, #dom a:hover {
color:#820e55;
font-size:14px;
font-weight:bold;
}

#squares a:visited, #dom a:visited {
font-size:14px;
font-weight:bold;
color:#f05c2c;
}



.on {
	background: #FFF;
	height: 1%;
}

.off {
background: #FFF;
}

