body {  font-family: Arial, Helvetica, sans-serif}
.headline {  font-weight: bold; color: #8B0000}
.testimony{
font-style : italic;
color: gray}
.restaurant {
	font-weight : normal;
	font-size : 10px;
}
.form_element{ background-color: gray

}

th {
	font-size : 11px;
	font-weight : bold;
}

a:active {
	color : darkgreen;
}


a:visited {
	color : Gray;
}


a:hover {
		color : #8B0000
}
a:link {
		color : darkgreen;
}




