
body {
	font-family: Arial, Helvetica, sans-serif;

}




/* Style for all table cells. */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	}

/*table.white  {
	background-color: #DEB887;
	border: 1px solid #FF6347;
}*/
h1 {
	font-size: 28px;
	color: Olive;
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #2F4F4F;
}
	
	
a:hover {
	text-decoration: none;
	color: Olive}
	

a:visited {
	text-decoration: none;
	color: #2F4F4F;
}
a:active {
	text-decoration: none;
	color: #A0522D;
}

