/* css for Mamaw Echerd template*/

body
	{
		background-color: #d4efce;
		font: 1em;
		font-family: "Times New Roman", Times, Serif;
		text-align: center;	
	}

h1
	{
		font-size: 2.5em;
	}
h2
	{
		font-size: 2em;
	}

h3
	{
		
		font-size: 20;
	}
h4
	{
		font-size: 10px;
	}
img
	{
		margin-outside: 20px;
		border: solid 5px #2d4727;	
	}
a
	{
		color: navy;
		text-transform: uppercase;
		text-decoration: none;
		padding: 4px;
		font-size: 1.1em;
	}
	
a:hover
	{
		text-decoration: underline;
		padding: 4px;
		color: white;
		background-color: navy;
	}
	


#bottom
	{
		padding: 0 40px;
		list-style-type: none;
		display: inline;
		text-align: center;
		font-size: 1.5em;
	}
	footer
	{
		text-align: center;
		margin: 5px
		border: 2px black solid;	
	}