body {
	font-family: Arial;
	color: navy;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #FFFFFF
	} 

	a:link {text-decoration:none;}
    a:visited {text-decoration:none;}
    a:hover {text-decoration:underline;}
    a:active {text-decoration:underline;}
	
h1 {
	font-family: Arial;
	font-size: 28px;
	font-weight: 800;
	color: maroon;
	text-align: center
	} 

h2 {
	font-family: Arial;
	font-size: 24px;
	font-weight: 700;
	color: maroon;
	text-align: center
	}
 
h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: 600;
	color: navy
	text-align: center
	} 

h4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: 500;
	color: navy
	} 

h5 {
	font-family: Arial;
	font-weight: 300;
	font-size: 12px;
	color: navy
	} 

h6 {
	font-family: Arial;
	font-weight: 200;
	font-size: 10px;
	color: navy
	} 


