	body 
	{
	font-family: arial, helvectica, sans-serif;
	font-size: 10pt;
	color: #006000; 					/* dark green */						
	background-color: #c6d0c7;	 		/* light green */
	/* text-transform: lowercase; */
	}

td {												/* this is the code for table alterations */
	/* text-align: center; */
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: capitalize; 
	/*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: #333333;  					/* dark grey */
	}
a:visited									/* visited link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #008000;  					/* dark green */
	}
a:hover										/* mouse over link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #800000;     				/* dark red */
	}
a:active									/* selected link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;  					/* black */
