body 	{	text-align: center;	background: #B0BFC2;	color: #444;	font-family: Geneva, Arial, Helvetica, san-serif;	font-size: 13px;	} /*The body of the page is centered on a greyish background*/	#container	{		text-align: left;		margin: 0 auto;		width: 700px;		background: #FFF;	} /*The working portion of the page is laid out.*/	h1	{	background: #D36832;	color: #FFF;	padding: 20px;	margin: 0;	font-family: Georgia, "Times New Roman", Times, serif;	letter-spacing: 0.05em;	font-size: 30px;		} /*This styles the title at the top of every page in the web collection.*/h2 {	padding: 0px;	margin: 0;	font-family: Arial, Helvetica, sans-serif;	letter-spacing: 0.05em;	font-size: 25px;	padding-bottom: 10px;} /*This styles the title at the top of every page in the web collection.*/h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	margin-bottom: 0px;	padding: 0;}h4 {	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	margin-bottom: 0px;	padding: 0;}/* The next several declarations style the horizontal navigation bar.*/	#navbar{		margin-left: 0;		margin-top: 0;		padding-left: 0;		list-style-type: none;		background: #036;		float: left;		width: 100%;	}	 ul#navbar li {		display: inline;		}ul#navbar a {		display: block;		float: left;		padding: .4em 1em;		text-decoration: none;		color: #fff;		background: #036;		border-right: 1px solid #fff;	}ul#navbar a:hover {		color: #000;		background: #69C;}#title {		width: 699px;		clear: both;	}/* This sets up the title of the content of the particular page.*/ 	#footer	{	clear: both;	background: #036;	color: #fff;	padding: 5px 10px;	text-align: right;	font-style: italic;			} /*This styles the bottom strip of each page of the web collection. *//*The collowing three declarations style text links. */a:link{	color: #D36832;	text-decoration:none;		font-weight:bold;	}a:visited{ 		color: #D36832;		text-decoration: none;		font-weight:bold;	}a:hover{	text-decoration:none;	color: #69C;	font-weight:bold;	}