/* Presentation Stylesheet */ 
h1 {
  font-size: 40px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #613787;
}
a:hover {
  font-style: italic;
}