body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
table { font-size: 12px; border-collapse: collapse; }
ul { font-size: 12px; }
h1 {
  font-size: 200%;
}
h2 {
  font-size: 150%;
  background-color: #ffd700;
  padding: 5px;
}
h3 {
  font-size: 100%;
  background-color: #ffe973;
  padding: 5px;
}


div.header {
  border: none;
  background-color: #65a5d1;
  padding: 0.5em;
}
div.header h2, div.header h3 {
  background-color: #65a5d1;
}

div.body {
  margin-left: 30px;
  margin-right: 30px;
}

div.title {
  background-color: #ff9000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 10px;
}

div.title h1 {
  font-size: 150%;
}

table.bar {
  background-color: #03406a;
  color: white;
  width: 100%;
}

table.bar td {
  height: 20px;
  text-align: center;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

table.bar td:hover {
  background-color: #24577b;
  color: white;
  cursor: pointer;
}

table.bar td.selected {
  background-color: #ff9000;
  color: black;
}
table.bar td.selected:hover {
  background-color: #24577b;
  color: white;
}

div.announce {
  border: solid;
  border-width: thin;
  overflow: auto;
  height:150px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

table.basic {
  margin-left: auto;
  margin-right: auto;
}
table.basic th {
  border: 1px solid dimgray;
  padding: 5px;
  text-align: center;
}
table.basic td {
  border: 1px solid dimgray;
  padding: 4px;
}
table.basic td.name {
  text-align: right;
}
table.schedule {
  width: 70%;
}
table.schedule th {
  width: 10%;
}
table.schedule td {
  width: 45%;
}
table.horiz th {
  text-align: right;
}

a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:hover {
  background-color: silver;
}
a:visited {
  color:purple;
}
.alert {
  color: red;
  font-style: italic;
}
