/* CSS Document */

/*
 * The # is used to specify an ID element.
 * The ID can only be used by one element. 
 *
 * The . is used to specify a CLASS element.
 * CLASS is used for multiple instances or tags. 
*/


td.left_column {
  background-color: #907e57;
}

td.center_column {
  background-color: #907e57;
}

td.right_column {
  background-color: #907e57;
}

#mainlinks a:hover {
  color: #585c4f;
}

.currentpage {
  color: #585c4f;
}


#TA_Link{
	background-color: #907e57 !important;
}