/* color scheme:
   page bg: white.  Used for body background, image background, and bottomlink.
   secondary font color: dark blue (001ac6).  Used on body color and link color.
   content bg: light blue (baccff).  Used on content bg and imagemask.
   accent: black.  Used on borders and content font.
*/

body {	background-color: #ffffff;
	color: #007f08;
     }

A:link {	color: #007f08;
		font-weight: bold;
       }
A:visited	{	color: #007f08;
	       }

#sorry {	display: none;	}

#content {	background-color: #b5d4b4;
		position: relative;
		top: 16px;
		left: 30px;
		margin-right: 50px;
		color: #000000;
		padding: 1%;
		border: solid 1px #000000;
	  }

/* NN4 does not recognize element#id statements. #id is fine, as is element.class. This 
   no longer has any relevance here, but is nice trivia. */

