@charset "UTF-8";
/* CSS Document */

@import url("index.css");

#nav { display: none; }

#quotebox {
  border: 1px solid #949499;
}

#titlelogo {
  width: 500px;
  background-image: none;
}

a h1, a:link h1, a:visited h1, a:active h1, a:hover h1 {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  color: #000;
  padding-top: 20px;
}
