body 
{
	background: #efefef; 
	font-family: arial, sans-serif;
	text-align: center;
}
			
	
p 
{
	color: #2f2f2f; 
	font-family: arial, sans-serif; 
	font-size: medium;
}
		
a 
{
	color: #2f2f2f; 
	font-family: arial, sans-serif;
}
			
a:visited 
{
	color: #2f2f2f; 
}

a:hover 
{
	color: #9b0000; 
}

a:active 
{
	color: #2f2f2f; 
	border: none;
}

h2
{
	color: #063f40; 
}

h3
{
	color: #063f40; 
}

h4
{
	color: #063f40; 
	margin-bottom: 10px;
}

div
{
	background-color: #efefef;
}

div.container 
{
	margin: auto;
	width: 700px;
	min-height: 50px;
	text-align: left;
}

div.section
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 60px;
}

div.footer
{
	color: #aaa; 
	font-family: arial, sans-serif; 
	font-size: small;
	text-align: center;
	margin-top: 100px;
	padding-bottom: 10px;
}
