
.table {
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid
}

body, table, tr, td {
	font-size 	:14px; 
	font-family	:"Trebuchet MS";
}

a {

	color			: #85A04E ;
	text-decoration	: NONE;
	font-family		: "Trebuchet MS";
}

a:hover {

	color			: #85A04E ;
	text-decoration	: underline;
	font-family		: "Trebuchet MS";
}