table a {
  /*Color of the links on the table */
	color: #D3CA89;
}

#asgns {
  width: 650px;
  border: 1px solid black;
  border-collapse: collapse;
  margin: 0px auto;
}
/*The assignment boxes, currently they're a brick brown/red*/
#asgns td {
	color: #CAAA95;
  font-family: Arial, sans-serif;
  border: 1px solid #FFD9C6;
  background: #993327;
  padding: 5px;
  font-size: 12px;
}

#asgns td.date a{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

/*The date, topic, class materials ledger bar on top*/
#asgns th {
  font-family: 'PressStart2PRegular';
  font-size: 12px;
  /*font color*/
  color: #993327;
  /*background of the box*/
  background: #CAAA95;
  border: 3px solid #886859;
  padding: 5px 5px;
}

#asgns th.date, #asgns th.due {
  width: 9%;
}

#asgns th.extra {
  width: 15%;
}

/*The section separators: Intro to Computation, Spreadsheets: Assessing..., etc.*/
#asgns .section{
  colspan: 6;
  font-size: 11px;
  font-family: 'PressStart2PRegular';/*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
  padding: 10px;
  /*font color*/
  color: #E6C714;
  /*background color*/
  background: #886859; 
  font-weight: normal;
  text-transform: none;
}

#asgns .section a {
  font-weight: normal;
  text-decoration: none;
  color: #E6C714;
}

#asgns .current {
  border: 3px solid #EA7E6B;
}

#asgns .current td {
  background-color: #F7CDC6;
}

#asgns .announce {
  height: 3em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}


