body {
    background-color: #F2CCFF; color: #330033; text-align: center
}
h1,h2,h3 {
	text-align: center
	}
p {
	text-align: center
	}

table 
{
    margin:auto;
}



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


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