body {
	background:#666;
	font-size: small;
}

body, p, td, th, input, select, textarea {
	font-family: Arial;
}

a:link {
	color: #black; 
}
a:hover {
	color: #666;
}

h1 {
	margin-bottom: 1em;
	font-size: 140%;
	color: black;
}

h2 {
  font-size: 140%;
	margin-bottom: 1em;
}

.notice {
	border-top: 2px solid #c00;
	border-bottom: 2px solid #c00;
	background: #fcc;
	padding: 15px;
	margin-bottom: 1em;
}


span.recent_choice {
  background: green;
  color: white;
  padding: 2px 5px;
  font-size: 82%;
}

span.fully_booked {
  color: #c00;
  font-weight: bold;
}

.errorExplanation {
  background: #fcc;
  border: 1px solid #c00;
  padding: 5px;
}

hr {
  visibility: visible;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
