/* style borrowed from Jeff Foster and Michael Hicks @ UMD */
/* --9/21/2007 */

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  margin-right: 20px;
}
table { font-size: 12px; }
ul { font-size: 12px; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }

div.header {
  border: none;
  background-color: rgb(204,204,255);
  padding: 0.5em
}

div.announce {
  border: solid;
  border-width: thin;
  overflow: auto;
  height:130px;
  width: 90%;
}

h1.title {
  color: rgb(255,0,51);
  width: 100%;
  text-align: center;
  font-size: 150%;
}

table.menu th {
  text-align: center;
}
table.menu td {
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  padding-bottom: 10pt;
}
table.menu a {
  color: rgb(255,0,51);
}

table.info th {
  text-align: right;
  padding-right: 12pt;
  padding-bottom: 7pt;
  vertical-align: top;
}
table.info td {
  padding-right: 5pt;
  padding-bottom: 7pt;
}

table.staff {
  border-collapse: collapse;
}
table.staff th {
  padding: 4pt;
  text-align: center;
}
table.staff td {
  padding: 4pt;
}
table.staff td.name {
  text-align: right;
}

table.lectures {
  font-size: 12px;
  border-collapse: collapse;
}
table.lectures tr.header {
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: bold;
  text-align: center;
}
table.lectures th {
  padding: 3pt;
  font-size: 12px;
}
table.lectures td {
  padding: 3pt;
  font-size: 12px;
}
table.lectures td.date {
  font-weight: bold;
  text-align: right;
  padding: 3pt;
  font-size: 12px;
}

table.lectures td.date {
  font-size: 10px;
}
table.lectures tr.week {
  border-top: 2px solid;
}

a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:hover {
  background-color: silver;
}
a:visited {
  color:purple;
}
