body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 2em;
	background-color: #66cc00; /* bright green */
	color: #0b3b0b; /* dark green for text*/
}

h1 {
	font-size: 200%;
	text-align: center;
	color: #0b3b0b;
}

p {
	color: #0b3b0b;
}

ul {
  list-style-type: none;
}

a { 
	font-weight: bold;
	font-size: 150%;
	color: #0b3b0b;
	text-decoration: none;
	}

/* For the navigation bar */
.centeredmenu {
	float: left;
	width: 100%;
	height: 100px;
	background: #66cc00;
	overflow: hidden;
	position:relative;
}

.centeredmenu ul {
	clear: right;
	float: left;
	list-style: none;
	margin: 0;
	padding; 0;
	position: relative;
	left:50%;
	text-align: center;
}

.centeredmenu ul li {
	display: block;
	background-color: yellow;
	float:left;
	list-style: none;
	border-radius: 25px;
	margin: 5px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 3px solid #000;
	position: relative;
	right:50%;
}

/* For the navigation bar */

.bicycle {
  display: block;
  max-width: 200px;
  /*max-height:95px;*/
  width: auto;
  height: auto;
}

.ultimate {
	font-size: 175%;
	font-weight: bold;
}

.ghcat {
  display: block;
  width: 50%;
  /*max-height:95px;*/
  /*width: auto;*/
  height: auto;
}

.ghlogo {
  display: block;
  width: 7%;
  /*max-height:95px;*/
  /*width: auto;*/
  height: auto;
}

.text {}

.inlinelink {
	font-size: 100%;
	color: #0b3b0b;
	text-decoration: underline;
}

/* #0b3b0b dark green for text */

/* #334400 another dark green */

/* #66cc00 bright green for background */