div{
    /* background-color:#ccb79e; */
    /* background-color:#cbac88; */
    /* border-top:4px solid green; */
    /* border-bottom:8px groove orange; */
    /* width:100%; */
    /*    margin-left:0; */
    /*    margin-right:0; */
	color: blue;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;	
	color: blue;
	text-align: center;
}

h2 {
	color: blue;
	text-align: center;
}

p {
	color:blue;
	font-weight: bold;
}
