body, html {
	background: #b2b2b2;
	text-align: center;
}
h1 {
	font-family: Courier;
	font-size: 2em;
	color: black;
	text-align:center;
}
h2{
	font-family: Times New Roman;
	font-size: 1em;
	text-align: justify;
	font-weight: normal;
}
h3 {
	font-family: Times New Roman;
	font-size: 1em;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
h4 {
	color : #008000;
	text-align: center;
}
h4 a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;	
}
h4 a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
h4 a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

h5 {
font-size: 1em;
text-decoration: bold;
}

.img {
	float:right;
	margin-left: 3px;
margin-top:0px;
}	

.img2 {
	float:center;
	margin: 2px;		
}

.margin2{
margin:10px;
}

.marginl{
margin-left:10px;
}



