
/**
 * HTML Selectors
 */

a {
  color: #0063a2;
}

a:hover {
  color: #0063a2;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}


/**
 * Header
 */

#header {
  background: #234248 url('../images/bgs/header.png') center bottom no-repeat;
}



/**
 * Class Schedule
 */

#main #content table.class-schedule tbody tr th {
  background: #f8f8f8;
  text-align: left;
}

#main #content table.class-schedule tbody tr td:first-child {
  width: 20%;
}
