#topBar {
  display: none;
}

#header .top {
  font-weight: bold;
	font-size: 18px;
}

#header .middle {
  font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

#header .bottom {
  display: none;
}

#middle .left {
  display: none;
}

a {
  text-decoration: underline;
	color: black;
}

a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

body {
  font-family: serif !important;
}



div.umlogo {
  display: none;
}

div.center > img {
  float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
