a.highlight {
	color: green;
	visited: green;
	}
	
table.catering_form {
	background-color: white;
	color: black;
	border: none;
	}
	
table.catering_form th {
	background-color: white;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
	font-size: 12px;
	}
	
table.catering_form tr {	
	background-color: white;
	color: black;
	}
	
table.catering_form td {	
	padding: 5px;
	}
