body {
    text-align: center
}


/* 
   'pageContents' is a division that encapsulated 
   all between <body> and </body> tags. 
*/

div#footer
{
    text-align: center;
    align: center;
    padding: 2em 2em 2em 2em;
    clear: both;
    font: 0.8em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

div#pageContents
{
	 margin-left: auto;
	 margin-right: auto;
    margin-top: 1em;
    margin-bottom: 3em;
	 width: 760px;
    text-align: justify;
    padding: 1em 1em 1em 1em;
    border: solid thin blue;
    clear: both;
    font: 1.2em "Times New Roman", Bodoni, Garamond, "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit", serif;
}

