@charset "UTF-8";
/* Copyright (c) 2006-2007 Martin Lukac All Rights Reserved */
/* Styles for The Humanities Commission web page */

/* Other styles in the main part: */

td.intro1 {
text-align: right; vertical-align: top;
}
td.activities1 {
text-align: right; vertical-align: top;
}
td.classroom1 {
text-align: center; vertical-align: top;
}
td.classroom2 {
text-align: center; vertical-align: top;
}

/* ML addition: */

td {
vertical-align: top;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #330000;
}
