body {
  color: #000;
  background: #fff;
  font-family: Georgia, "Times New Roman", Times, "New York", serif;
  margin-left: 3px;
  margin-top: 0px; /* 3px; */
  margin-bottom: 3px;
  margin-right: 3px; }

h1 {
   font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   color: #ff6600;
   margin-top: 0em;
   margin-bottom: 0.2em;
   font-size: 200%; }

h2 {
   font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   color: #ff6600;
   margin-top: 0em;
   margin-bottom: 0.2em;
   font-size: 150%; }

h3 {
   font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   color: #ff6600;
   margin-top: 0em;
   margin-bottom: 0.2em;
   font-size: 120%; }

div {
   font-family: Georgia, "Times New Roman", Times, "New York", serif;
   margin-bottom: 0.2em;
   margin-top: 0em;
   font-size: 100%; }

hr { color: #ff6600; }

ul {
   font-family: Georgia, "Times New Roman", Times, "New York", serif;
   margin-top: 0.4em;
   margin-bottom: 0.4em; }

ol {
   font-family: Georgia, "Times New Roman", Times, "New York", serif;
   margin-top: 0.4em;
   margin-bottom: 0.4em; }

pre {
   font-family: Courier;
   font-size: 85%; }

blockquote {
   margin-top: 0.4em;
   margin-bottom: 0.4em; }

p {
   font-family: Georgia, "Times New Roman", Times, "New York", serif;
   margin-bottom: 0.5em;
   margin-top: 0em;
   font-size: 100%; }

td {
   font-family: Georgia, "Times New Roman", Times, "New York", serif;
   margin-bottom: 0.5em;
   margin-top: 0em;
   font-size: 100%; }

.bold {
	font-size: 120%;
	/* font-weight: bold; */
}

.quotebox {
	font-size: 80%;
	padding: 1em;
	margin: 1em;
	width: 32em;
	background: ffeecc;
	float: right;
	border: #bbaa99 2px solid; }

.subitem {
   font-size=90%;
   margin-bottom: 1em; }

.small { font-size=85%; }

.big { font-size=130%; }

.last { margin-bottom: 1em; }

a:link { color : #ff6600 }
a:visited { color : #993300 }
a:active { color : #ff6600 }

/* thanks to Jakob Nielsen (www.useit.com) for a great stylesheet model 
 * and font lists - on the web, plagiarism is the sincerest form of
 * flattery (I hope)! */
