body	{    
	width: 550px;
	color: #444;
	font-size: 16px;
	text-align: left;
	}

h1, h2, h3, h4 {
	font-family: Helvetica, sans-serif;
	color: #3f9b17;
	}
	
h1	{
	font-size: 36px;
	}

h2	{
	font-size: 22px;
	}

h3	{
	font-size: 18px;
	}
	
h4	{
	font-size: 16px;
	}

a	{
	color: #3f9b17;
	text-decoration: none;
	}

a:hover	{
	color: #7cc75c;
	text-decoration: underline;
	}
	
a:active {
		text-decoration: underline;
	}


ul 	{
	list-style-type: circle;
	}

hr	{
	color: #666;
	}

footer	{
	font-family: Georgia, serif;
	color: #666;
	font-size: 14px;
	font-style: italic;
	}

