/* 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: #6C3032;
}

td.center_column {
  background-color: #6C3032;
}

td.right_column {
  background-color: #6C3032;
}

#mainlinks a:hover {
  color: #6C3032;
}

.currentpage {
  color: #6C3032;
}