body {  background-image: url("/Graphics/gen_background.jpg");
	background-color: #FFFFFF; }

p {	font-family: serif;
	font-size: 14pt;
	color: #000000; 
	margin-right: 50px; }

p:first-letter {	font-family: serif;
			font-size: 18pt;
			color: #4F0000; }

a:link { 	font-family: serif;
		font-size: 14pt;
		text-decoration: none;
		color: #4F0000; }

a:hover {	font-family: serif;
		font-size: 14pt;
		text-decoration: underline;
		color: #4F0000;

a:active { 	font-family: serif;
		font-size: 14pt;
		text-decoration: none;
		color: #4F0000; }

a:visited { 	font-family: serif;
		font-size: 14pt;
		text-decoration: none; 
		color: #4F0000; }



