body {
  margin-left: 10%; margin-right: 10%;
  font-family: sans-serif;
  background-color: white;
}
#content {
  background: url(tcdlogo.png) no-repeat center;
}
#content h1 {
  color: #2D1704;
  font-family: cursive;
}
#content p {
  color: #354711;
}
#content ul {
  color: #354711;
}
#course {
  float: left;
  width: 50%;
}
.email {
  font-family: monospace;
}
#footer {
  font-size: 70%;
  border-top: thin gray solid;
}
#header {
  display: inline-block; /*\*/
  display: block; /* */
  float: left;
  float/**/: none;
  text-align: center;
  width: 100%;
}
#header:after
  {
  content: 'If you see this text then there is a bug in your browser\'s CSS parser.'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html #course {
  display: inline;
}
* html #institution {
  display: inline;
}
* html #logo {
  display: inline;
}
#institution {
  float: left;
  width: 25%;
}
#logo {
  float: left;
  width: 25%;
}
#news {
  border-top: thin gray solid;
  border-bottom: thin gray solid;
  clear: both;
}
#news h1 {
  width: 100%;
  font-size: 100%;
}
#news p {
  font-size: 50%;
}
table {
  margin: 20px;
  border-spacing: 1px;
}
th {
  background: #8FBC8F;
  color: black;
  padding: 8px;
}
td {
  background: #F6E47F;
  margin: 5px;
  padding: 8px;
}
