a:link {
  color: #0000A0;
  text-decoration: underline;
}

a:visited {
  color: #4B0082;
  text-decoration: underline;
}

a:active {
  color: #0000A0;
  text-decoration: underline;
}

a:hover {
  color: #0000A0;
  text-decoration: underline;
  text-decoration-style: double;
}

body {
  color: #000000;
  background-color: #fae6ba;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: .95em;
  margin: 0px;
  padding: 0px;
}
.highlight {
  color: #F3172D;
}
.title {
  font-weight: bold;
  color: #4C2444;
}

h1 {
  color: #89211b; /* UoC color */
}

h2 {
  color: #89211b;
}

h3 {
  color: #89211b;
  font-size: 1.25em;
}

#container {
  margin-left: 2%;
  margin-right: 2%;
  margin-top : 2%;
  margin-bottom : 2%;
  padding-left : 50px;
  padding-right : 50px;
  padding-top : 20px;
  padding-bottom : 50px;
  background-color: #FFFFFF; /*#FEFCFF;*/
  /*border: 5px solid #736F6E;
  border-style: double;
  border-radius: 80px;*/
}

table.lecture_table
{
  width:100%;
  padding:2px;
  border:1px solid black;
}

table.lecture_table th
{
  background-color:#9EE0F2;
}

table.lecture_table td
{
  padding:3px;
}

table.lecture_table td.date
{
  text-align:center;
  width:55px;
}
