p.sansserif {
    font-family: Arial, Helvetica, sans-serif;
}
#header {
    background-color: #FF66C0;
    color:white;
    text-align:center;
    padding:5px;
}
#section {
	text-align: center;
	background-color: #732C89;
	color: white;
    padding:10px; 
}
#footer {
    background-color: #BD46E1;
    color:white;
    clear:both;
    text-align:center;
    padding:40px; 
}