body {
  margin: 40px auto;
  font-family: tahoma, Georgia, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: black;
  text-align: center;
  width: 700px;
}

a {
  text-decoration: none;
  color: #cd2114;
  border-bottom: 1px solid #8d8d8d;
}

a:hover {
  color: white;
  background-color: #8d8d8d;
  text-decoration: none;
}

h1, h2 {
	width: 700px;
	padding: 2px;
	background-color: #f1f1f1;
	color: #cd2114;
	font-weight: bold;
	font-family: 'trebuchet ms', helvetica, serif;
	font-size: .9em;
}

h1 {
	border-bottom: 1px solid #8d8d8d;
}

h2 {
	border-top: 1px solid #8d8d8d;
}

#content {
	margin-top: 25px;
}
.big {
	font-size: 115%;
}
.red {
	background-color: #cd2114;
	color: #FFFFFF;
	padding: 5px;



}
h4 {
	line-height: 2em;
}
