body { 
	background:white;
	color:black;
	font-family:"arial";
	font-size:10pt;
 margin:7%;
	text-align:justify;
	}


a:link {
	color:blue;
	text-decoration: none;
	background: transparent;
	}

a:visited {
	color:green;
	text-decoration: none;
	background: transparent;
	}

a:active {
	color:red;
	text-decoration: none;
	background: transparent;
	}

hr {text-align:center;}

H1 { 
	background: transparent;
	color:indianred;
	font-family:"Comic sans ms, arial";
	text-align:center;
	font-size:18pt;
	}



H2 { 
	background: transparent;
	color:black;
	font-family:"arial";
	text-align:left;
	font-size:16pt;
	}

H3 { 
	background: transparent;
	color:black;
	font-family:"arial";
	text-align:right;
	font-size:14pt;
	}

H6 {
	background: transparent;
	color:black;
	font-family:"arial";
	text-align:center;
	font-size:10pt;
	}

BLOCKQUOTE {
	background: transparent;
	color:navy;
	font-family:"arial";
	font-size:12pt;
	text-align:left;
	}

TD {  
	color:navy;
	font-family:"arial";
	font-size:10pt;
	text-align:center;
	}

TH {
 background=gold;
	color:darkGreen;
	font-family:"arial";
	font-size:10pt;
 font-weight:bold;
	text-align:center;
	}




.center { 
	text-align:center;
	}

.right { 
	text-align:right;
	}
 
.justify {
  text-align:justify;
}

.ret1 { padding:20px;
        float:left;
       }


