H1 {
   font-size: 1.6em;
   color: #990066;
}

H2 {
   background-color: #990066;
   font-size: 1.3em;
   color: white;
   padding: 0.2em;
}

H3 {
   color: #990066;
   font-size: 1.2em;
   font-weight: bold;
   padding: 0.2em;
}

A {
  text-decoration: underline;
  color: #990066;
}

A:hover {
  background-color: #99ff99;
}

.author {
	font-style: italic;
	padding-bottom: 0.8em;
}

.chair {
       font-style: italic;
}

.title {
       font-weight: bold;
}

.lastmod {
	 font-style: italic;
}