/* CSS Document */
body
  {
  color: black;
  margin-left: 20px;
  margin-right: 200px;
  font-family: Verdana, Arial, sans-serif;
  }

:link
  {
  color: blue;
  }

#menu
  {
  margin: 10px 0px 20px -37px;
  }
  
#menu li
  {
  position: relative;
  float: left;
  text-decoration: none;
  list-style-type: none;
  }
  
#menu a
  {
  margin: 0px -1px 0px -1px;
  padding: 2px 10px 2px 10px;
  border: 2px solid #E3CF57;  
  }
  
#menu :hover
  {
  background-color: #FEF1B5;
  }
  
#menu :link, #menu :visited
  {
  text-decoration: none;
  color: black;
  }

.story p
  {
  margin-left: 30px;
  }
  
.story h2
  {
  margin-top: 30px;
  }
  
.breezetimestamp
  {
  font-weight: bold;
  font-style: italic;
  font-size: 75%;
  }
  
.breezepostcontent
  {
  margin-left: 10px;
  }

h1
  {  
  margin-top: 30px;
  font-size: 140%;
  font-weight: bold;
  }
  
h2
  {
  font-size: 120%;
  font-weight: normal;
  }
  
#footer
  {
  margin-top: 30px;
  font-size: 60%;
  }
