body 
	{
	font-family: arial, helvectica, sans-serif;
	font-size: 10pt;
	color: #006000; 					/* dark green */						
	background-color: #c6d0c7;	 		/* light green */
	/* text-transform: capitalize; */
	margin-left: 20px;
	}

td 												/* this is the code for table alterations */
	{
	/* width: 200px; */
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	padding-left: 4px;         
	padding-right: 4px;    
	padding-top: 1px;     
	padding-bottom: 1px;    
	}

a:link										/* unvisited link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #006000;  					/* green */
	}
a:visited									/* visited link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #808080;  					/* light grey */
	}
a:hover										/* mouse over link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	color: #006000;     				/* green */
	}
a:active									/* selected link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: white;  					/* white */
