#navigation ul {
	background: white;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font: bold 10pt arial;
	padding: 1em;
	}	

#navigation ul a {
	text-decoration: none;
	}

#navigation li {
	display: inline;
	padding: 1em;
	}
	
#navigation a:hover {
	color: #FBB117;
	}

.image {
	background: white;
	}

#body {
	font-family: tahoma;
	background-image: url(stripe.jpg);
	font-size: 9pt;
	}	
	
#content {
	background: white;
	padding: 1em 2em;
	border: solid white;
	margin: 0;
	}
	
#intro ul {
	list-style: none;
	}
	
#intro ul a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	}
	
#intro a:hover {
	text-decoration: none;
	}
	
#image {
	text-align: center;
	}
	
h1 {
	font-size: 18pt;
	}
	
h3 {
	color: #0000CC;
	}

#container {
	width: 900px;
	border: solid black;
	border-width: 0 1px;
	margin: auto;
	}

a {text-decoration:none
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;