@font-face  {
  
}

header h1  {
  font-size: 40pt;
  font-family: garamond, serif;
  text-align: center;
  line-height: 5px;
  color: #9A275A;
}

header h2  {
  text-align: center;
  line-height: 5px;
  color: #E36588;
  font-family: "Imperial Script", cursive;
  font-size: 32pt;
}

.navbar  ul  {
  font-family: sans-serif;
  font-weight: bold;
  background-color: #978897;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navbar li  {
  float: left;
}

.navbar a  {
  display: block;
  color: #1A1B25;
  text-decoration: none;
  text-align: center;
  margin: 10px;
  padding: 0;
}

.navbar a:hover  {
  color: white;
}

.navbar a:visited  {
  color: #9A275A;
}

body  {
  background-color: #ffeedd;
  font-family: sans-serif;
}