body     {
          margin: 0px;
          padding: 0px;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #1C3A24;
          background-color: #5A5445;
          }

p        {
          font-family: Arial, Helvetica, sans-serif;
          color: #1C3A24;
          font-size: 12px;
          text-align: justify;
          width: 750px;
         }

h1       {
          font-family: Georgia, "Times New Roman", Times, serif;
          color: #61A915;
          font-size: 16px;
         } 

h2       {
          font-family: Georgia, "Times New Roman", Times, serif;
          color: #5A5445;
          font-size: 14px;
          font-weight: bold;
         } 

.content {
          border-right: 2px solid #61A915;
          border-left: 2px solid #61A915;
          border-bottom: 2px solid #61A915;
          border-top: 2px solid #61A915;
          background-color: #E8D2C0;
	    padding: 0px;
	    margin: 0px auto;
	    position: center;
	    text-align: left;
          }

.quote   {
          border: 0;
          background-color: #CC9999;
	    padding: 0px;
	    position: center;
	    text-align: left;
          font-size: 12px;
          font-weight: normal;
          }

#poem   {
          border: 0;
          background-color: #CC9999;
	    padding: 0px;
	    position: center;
	    text-align: center;
	    width: 350px;
          font-size: 12px;
          font-weight: normal;
          }


.clearboth {
	clear: both;
	}

a:link   {
          color: #365637;
          text-decoration: underline;
             }

a:active {
          color: #61A915;
          text-decoration: underline;
         }

a:visited{
          color: #365637;
          text-decoration: underline;
         }

a:hover  {
          color: #61A915;
          text-decoration: underline;
         }

a.nav:link   {
          color: #A8A7A2;
          font-size: 11px;
          font-weight: bold;
          text-decoration: none;
             }

a.nav:active {
          color: #CCCCCC;
          font-size: 11px;
          font-weight: bold;
          text-decoration: none;
         }

a.nav:visited{
          color: #A8A7A2;
          font-size: 11px;
          font-weight: bold;
          text-decoration: none;
         }

a.nav:hover  {
          color: #CCCCCC;
          font-size: 11px;
          font-weight: bold;
          text-decoration: none;
         }

a.tiny:link   {
          font-size: 8px;
          color: #365637;
          text-decoration: none;
             }

a.tiny:active {
          font-size: 8px;
          color: #61A915;
          text-decoration: none;
         }

a.tiny:visited{
          font-size: 8pt;
          color: #365637;
          text-decoration: none;
         }

a.tiny:hover  {
          font-size: 8px;
          color: #61A915;
          text-decoration: none;
         }
