	

	body{
		margin-top: 0em;
		margin-right: 5em;
		margin-bottom: 3em;
		margin-left: 5em;
		font-size: 1.1em;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	#container	{
		width: 930px;
		border-width: 1px;
		margin:0 auto;
		}
		
	.center	{
		text-align: center;
		}
		
	h1, h2, h3 {
		color: firebrick;
		font-family: Arial, Helvetica, sans-serif;
		}
	h1	{
		font-size: 2em;
		}
		
		
	nav	{
		background-color: lightgrey;
		line-height: 200%;
		display: block;
		width: 930px;
		margin: 0 auto;
		}
		
	nav a	{
		color: grey;
		font-weight: bold;
		}
		
	nav li	{
		display: inline;
		list-style-type: none;
		padding-right: 30px;
		}

	ul	{
		list-style-type: square;
		}
		

	img.left	{
		float: left;
		margin: 0 10px 20px 0;
		}
	.title	{
		color: firebrick;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 200%;
		font-weight: bold;
		}
		
	a 	{
		color: blue;
		text-decoration: none;
		}
		
	a:hover	{
		text-decoration: underline;
		}
	a:active	{
		color: red;
		}
		
	a:visited	{
		color: darkgreen;
		}
		
	.clear	{
		clear: both;
		}
		
	footer	{
		padding-top: 20px;
		display: block;
		font-size: 80%;
		text-align: center;
		}


