body	{

		background-image: url(HG1.jpg);
		Color: black;
		margin-left: 10%;
		margin-right: 15%;
		margin-top: 30px;
		margin-bottom: 30px;
		font-family: helvetica, sans-serif;
		font-size: 14px;
		}
		

		

		
h1		{
	font-size: 18px;
	color: Black;
	margin-left:25% ;
	
}
		
h2	{   
		font-size:16px;
		text-algin: center;
		color:black;
		font-style:italic;
		margin-left:35px;
	}	
		
		
h3		{
		font-size: 14px;
	    color:black;
		text-algin: center;
		}	
		
a		{
        font-size: 14px;
		text-decoration: none;
		font-weight: bold;
		color:black;
		
		}
a:link	{
	color: Blue;
	text-decoration: underline;
}

a:visited{
	color: Darkred;
	text-decoration: underline;
}		

a:active{color: darkred;
text-decoration: underline;}

a.hover	{
		text-decoration: underline;
		}				
