<style>
  /* this one takes care of the (apparently still
     extant) problem of linked stylesheets skipping
     the first entry in the stylesheet... in other
     words it's a "null" entry */
  .bugfix{
  font-size: 16px;
  }
  /* this sets the defaults for the pages */
  body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #8FBC8F;
  color: #000000;
  margin-left: 35px;
  margin-right: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
  }
    /* this is for the main menu bar */
  div.navbar{
  font-size: 18px;
  color: #000000;
  background-color: #ff9900;
  text-align: center;
  padding: 5px;
  }
  sup{
	font-size: 8px;  
	}
  p.pullquote{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  color: #000000;
  }
  a{
  font-weight: bold;
  }
  /* This is used for the lower nav bar */
  a.smallnav{
  font-size: 12px;
  color: #000000;
  }
  th{
	font-size: 18px;
	background-color: #ff9900;  
	}
  /* this is what shrinks the copyright thing 
		 at the bottom of the page down to size */
  .cright{
  font-size: 12px;
  }
  /* this is used to get the static (red currently)
     entry in the main menu bar (i.e. if you're on
     the home page "Home" doesn't do the "rollover
     thing", it just stays red and isn't a link). */
  .currpage{
  font-size: 16px;
  font-weight: bold;
  color: #FF0033;
  }
	/* the main content div... holds everything on the
	   page inside. Mainly here to move everything up
		 to the top of the browser (instead of vertically
		 centered) and to set the width for the content */
  div.content{
  vertical-align: top;
	width: 475px;
  }
	/* this puts a black box around whatever is inside
	   the div */
  div.box{
  background-color: #8fbc8f;
  border-color: #000000;
  border-style: solid;
  border-width: 3px;
  padding: 5px;
  }
  div.quotesource{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  }
  div.picsleft{
  float:left;
  padding:5px;
  }
  div.picsright{
  float:right;
  padding:5px;
  }
</style>