@import "base_layout.css";
* {
  margin: 0;
  padding: 0;
}
#purple {
  position: relative;
	height: 13em;
	background: #18111d;
}
#green {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	height: 68px;
	background: #efefef;
  margin-bottom: 20px;
}
.class_box h3 {
  color: #6f9500;
}
/* Font Styling*/

#page_header h1 {
  margin-bottom: 8px;
  display: block;
  color: #fff;
  font: 2.5em "Lucida Grande", "Arial" sans-serif;;
}
#page_header p {
  display: inline;
  font: lighter .95em "Lucida Grande", "Arial" sans-serif;
  line-height:  1.1em;
  color: #fff;
}
table#classes {
  width: 680px;
}
table td.grey {
  background-color: #efefef;
  border: none;
}