body { 
	font-family: "Arial",sans-serif;
        font-weight: 600;
	font-size: 12pt;
        color: #000033; 
	background: #fff url(images/green.gif);
	margin-left: 10px;
        margin-right: 0px;
	}
p { 
	font-family: "Arial",sans-serif;
        font-weight: 600;
	font-size: 12pt;
        color: #000033;
	margin-left: 10px;
	text-align: left;
	}
div {
	margin-top: 6px; 
	text-align: center;
        }
h1 { 
	font-family: "Arial",sans-serif;
        font-weight: 800;
	font-size: 28pt;
        color: #000033;
        text-align: center; 
	margin-bottom: 0px; 
		}
h2 { 
	font-family: "Arial",sans-serif;
        font-weight: 800;
	font-size: 18pt;
        color: #000033;
        text-align: center; 
	margin-bottom: 0px; 
	}
a:link {
        font-family: "Arial",sans-serif;
        font-weight: 600;
	font-size: 10pt;
        color: #000033;
        text-align: center;
        }
a:visited {
        font-family: "Arial",sans-serif;
        font-weight: 600;
	font-size: 10pt;
        color: #006D68;
        text-align: center;
        }
a:hover, a:active { 
        font-family: "Arial",sans-serif;
        font-weight: 600;
	font-size: 10pt;
        color: #022F55;
        text-align: center;
	text-decoration: underline; 
	}