  h1
        {text-align: left;
        font-weight:bolder;
        font-size:14.0pt;
        font-family:"Arial", "Helvetica", "sans-serif";}
  h2
		{text-align: center;
        font-weight:bolder;
        font-size:12.0pt;
        font-family:"Arial", "Helvetica", "sans-serif";}
  a:link
    {color: blue;
    text-decoration: underline;}
  a:visited 
        {color: purple;
        text-decoration: underline;}
  p.centered
        {text-align: center;
        font-size:12.0pt;
		font-weight:bolder;
		font-family:"Times New Roman", "Times", "serif";}		
  p.para
        {text-align: justify;
		margin-top: 0.3em;
		margin-bottom: 0.3em;
		text-indent:0.5cm;
		font-size:12.0pt;
		font-family:"Times New Roman", "Times", "serif";}
  p.firstpara
        {text-align: justify;
		margin-top: 0.3em;
		margin-bottom: 0.3em;
		font-size:12.0pt;
		font-family:"Times New Roman", "Times", "serif";}		
body
    {
        margin-left:auto;
        margin-right:auto;
		background-color: #99ccff;
		width: 100%; 
		max-width: 800px;
    }		