.title {
  font-size: 20px;
  color: #FF0000;
}

.highlight {
  background-color: #FFFF00;
}

.headline {
	font-size: 15px;
	font-weight: bold;
  text-decoration: underline;
}

.subline {
  font-size: 14px;
  font-weight: bold;
}

.heading {
	font-weight: bold;
}

.list_bullet {
	margin-top: 6px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

.learnmore {
  background-color: #00FF00;
  border-style: solid;
  border-width: 4px;
  border-color: #00FF00;
  font-size: 14px;
  font-weight: bold;
}

#special {
  float: right;
  width: 185px;
  background: #FFFFCC;
	color: #008800;
  font-size: 12px;
  text-align: center;
  border-width: 2px;
  border-style: dashed;
  border-color: #FF0000;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.red {
  color: #FF0000;
}


