body { 
  font-family: Verdana, Arial, Helvetica, Sans-serif; 
  background-image: url(logo.gif);
  background-position: 98% 98%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

:link, :active, :visited {
  text-decoration: none;
  color: #333366;
}

a:hover {
  text-decoration: underline;
}

pre, code {
  font-family: Courier New, Courier;
  font-size: 1.2em;
  color: #333366;
  font-weight: bold;
}

pre {
  margin: 0;
}

.title {
  text-align: center;
  font-size: 2.5em;
}

.nav {
  font-family: Verdana, Arial, Helvetica, Sans-serif; 
  position: fixed;
  right: 0;
  top: 0;
  text-align: right;
}

.toc {
  margin-left: 20%;
  margin-right: 20%;
}

.toc h1 {
  text-align: center;
  font-size: 2.5em;
}

.toc ul li {
  font-size: 1em;
}

.section {
  text-align: center;
}

.section h1 {
  font-size: 4em;
  padding-top: 5em;
}

.slide ul {
  margin-left: 15%;
  margin-right: 15%;
} 

.slide h1 {
  font-size: 2em;
}

.slide h2 {
  font-size: 3em;
  text-align: center;
}

.slide ul li {
  font-size: 2.75em;
}

