body { 
      background-color: #fff8dc; 
      font-family: 'Times New Roman', 'Tms Rmn', Times, serif;
      font-size: 12pt }
a:link { color: #0000ff }                 
a:visited { color: #800080 }
p.normal { 
      text-align: justify; 
      text-indent: 0.25in }
p.noindent { 
      text-align: justify }
p.noindent1 { 
      margin: 0px 0px 0px 0px;
      text-align: justify }
p.noline { 
      margin: 0px 0px 0px 0px;
      text-align: justify; 
      text-indent: 0.25in }
p.noline1 { 
      margin: 0px 0px 0px 0px;
      text-align: justify; 
      text-indent: 0.25in }
p.right { 
      text-align: right; 
      text-indent: 0.25in }
p.title { 
      margin-right: 5%;
      margin-left: 8%;
      text-align: justify; 
      text-indent: -3% }
p.title1 { 
      margin-right: 0%;
      margin-left: 5%;
      text-align: justify; 
      text-indent: -5% }
p.title2 { 
      margin: 0px 0px 0px 0px;
      margin-right: 5%;
      margin-left: 8%;
      text-align: justify; 
      text-indent: -3% }
p.next {
      font-size: large;
      margin: 10px 0px 25px 0px; 
      text-align: center } 
p.map {
      text-align: justify }
ol { 
      font-size: small;
      text-align: justify }
ol.normal { font-size: 12pt }
td { font-size: 12pt }
td.ten { font-size: small }
td.table { font-size: 12pt;
      text-align: justify }
b { font: bold 12pt 'Times New Roman', 'Tms Rmn', Times }
.small { font-size: x-small }
.smallten { font-size: small }
#wrapper {
	/*tell the browser the size of the container / division*/
	width:800px;
		
	/*align the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
    padding:20px;

	/*allows us to see wrapper*/
    background-color: #fff8dc; 
}	  
