body 	{ color: black;
	  background: lightslategray }

h1	{ background: green }

h3	{ background: black;
	  text-align: center; 
	  color: #ffcc00; 
	  font-family: sans-serif;
	  font-size: 24pt;
	  font-style: bold;
	  text-transform: lowercase }

h2  	{ background: #ffcc00; 
	  font-family: sans-serif;
	  font-size: 12pt;
	  font-variant: small caps;  }

h6	{ text-align: left;
	  font-family: sans-serif;
	  font-size: 8pt;  }

td.linkbar {
	  font-weight: bold;
	  font-family: gothic;
	  font-size: 8pt;
	  font-variant: small-caps; 
	}

td.head2 { background: #ffcc00; 
	  font-weight: bold;
	  font-family: sans-serif;
	  font-size: 12pt;
	  font-variant: small caps;  }

td.head1 { background: black;
	  text-align: center;
	  color: #ffcc00;
	  font-family: sans-serif;
	  font-size: 24pt;
	  text-transform: lowercase;
	}

td.haiku {
	  font-size: 14pt;
	  font-family: sans-serif;
	  font-style: italic;
	  font-weight: bold;
	}

td.body	{ 
	  font-size: 11pt;
	  text-align: left;
	}

td.picture {
	  text-align: center;
	}

tr	{ width: 80% }


a:link 	{ color: #ffcc00; } 
a:visited 
	{ color: maroon; }	  





