body {
  background-color: #666666;
  margin-top: 3px;
  }

#navigation {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-weight: bold;
	display: block;
	float: left;
	width: 440px;
	height: 48px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0px 16px 0px;
	}


#navigation a {
	color: #666633;
	text-decoration: none;
	}
#navigation a:hover {
	text-decoration: none;
	color: #000000;
	}

#navigation li {
	font-size: 10pt;
	display: block;
	float: left;
	list-style: none;
	padding: 0px 8px 0px 8px;
        }


.headline {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 4px;
	}


.headline a {
	color: olive;
	text-decoration: none;
	}
.headline a:hover {
	text-decoration: none;
	color: darkolivegreen;
	}

.tip_hidden {
  display: none;
  font-family: arial;
  font-size: 11px;
  }

.list_tight {
  margin: 0;
  padding-left: 12px;
  }

.question {
  text-align: left;
  font-family: arial;
  font-size: 16px;
  }

.narrative {
  text-align: left;
  font-family: arial;
  font-size: 14px;
  }

.detail {
  text-align: left;
  font-family: arial;
  font-size: 12px;
  }

.example {
  font-family: 'courier new';
  font-size: 12px;
  padding: 16px 32px;
  }

.heading {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  }

.footer_left {
  float: left;
  font-family: sans-serif;
  font-size: 10px;
  }

.footer_right {
  float: right;
  font-family: sans-serif;
  font-size: 10px;
  }