/* stylesheet.css */


/*style rules for the page body*/

body { background-color: #FFFFFF; color: #002400; text-align: center;}

/* center logo between margins */
div.center{text-align: center}


h1{font-weight:bold; font-size:4em;}
p{font-size:2em;}
p.peach{font-size:1.5em;}
p.contact{font-size:1em;}
h2{font-size:2.5em; color:#002400;}
h3{font-size:2.5em; color:#228b22;}
h4{font-size:2.5em; color:#f88017;}
h5{font-size:2.5em; color:#ba55d3;}
h6{font-size:2em; color:#228b22;}


/*style rules for tables*/

table{font-size:1em; margin:auto; width:75%; text-align:center;}

table.apple{text-align:left; width:100%; margin:auto;}
table.peach{text-align:left; width:100%; margin:auto;}
table.pandp{text-align:left; width:100%; margin:auto;}


/*style rules for table cells*/

td.peach{vertical-align:top; font-size:1em; padding:15px;}
td.apple{vertical-align:top; font-size:1em; padding:15px;}
td.pandp{vertical-align:top; font-size:1em; padding:15px;}