body {
    background-color: #D1F2EB  ; color: ##0E6251; text-align: center
}
h1,h2,h3 {
	text-align: center
	}
p {
	text-align: center
	}

table 
{
    margin:auto;
}



hr {
	color: #D1F2EB; background-color: #D1F2EB; height: 3px;
	}


#copyright{float: right}
#adleft {float: left; width:150px; padding-top: 15px; background-color: #D1F2EB }
#adright {float: right; width:150px; padding-top: 15px; background-color: #D1F2EB }
body /* This is an experiment to see if centers code. have not tried yet */
    {
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }