/* 2nd style page  keep everything and add #pagetitle, #pagecontent, #pagecontent p, .highlight */

body {background-color: #fbfaf4; font-family: georgia, 'times new roman', times, serif; font-size: 14px; margin-left: 10%; margin-right: 10%;}

img {float: right;}

hr {clear: both;}

h1, h3 {color: #ff33cc;}
h1 {font-variant: small-caps; font-size: 56px; margin-top: 0;}

p {margin-left: 25px; margin-right: 25px; text-indent: 10px;}

/* new stuff */
#pagetitle {text-align: center;}

#pagecontent {margin-left: 10%;}
/* if time
#pagecontent {margin: 0 10%;}
*/

#pagecontent p {line-height: 150%;}

.highlight {background:#cccccc;}
