body {
	/*background-color: #353111;*/
	 /* I have listed fonts in order of preference. Two of them are certain to be available on c.90% of systems and for the remaining 10% I have indicated I would like any sans-serif font to be displayed. Lucida Grande is for Mac users, Lucida Sans Unicode is for Windows users.
	 This is the accepted way of selecting fonts because it has fallback support. */
	font: 13px/1.7em "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "Verdana", sans-serif;
/*	color: #fff;*/
	margin: 30px 20px 20px;
	}
p {
	margin-right: auto;
	margin-left: auto;
	}
p.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
h1 {
	font-size: 				2.18em;
	letter-spacing:			-0.01em;
	text-align: 			center;
	}
h2 {
	font-size: 				1.45em;
	letter-spacing:			-0.02em;
	}
a:link {
	color: 					green;
	}
a:visited {
	color:					#336633;
	}				
ul.navigation {
/*	background-color: 		#663300;*/
	padding:				0em 0.5em;
	list-style-type:		none;
	}
ul.navigation li {
	border-right:			1px solid #666666;
	display:				inline;
	overflow:				auto;
	width:					70%;
	}	
.navigation a {
	color:					black;
	padding:				0.5em;
	}				
#bottom {
	border-top:				2px solid #ffc92f;
	padding-top:			1em;
	padding-bottom:			1em;
	text-align: 			center;
	font-variant: 			small-caps;
	}
#buttons {
	text-align: 			center;
	}
a img {
	text-decoration: 		none;
	border: 				0px;
	}
textarea {
	width:					350px;
	height:					150px;
	}
input.forms {
	width:					350px;
	}
p.strong	{
	font-weight:			bold;
	}