/* css for Helen Smyre Template*/

body
	{
		background-color: #feffed;
		font: 1em;
		font-family: "Times New Roman", Times, Serif;
		text-align: center;	
	}
header
	{
		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 #a4a586;
	}
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;	
	}	
 