@import "/css/menu.css";

body,td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11;
	color: #393939;
}

h1 {
	color: #479524;
	font-size: 20;
	font-weight: normal;
}

td.clickable {
	background: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10;
	cursor: pointer;
}

td.clickableover {
	background: #E7E7E7;
	text-decoration: none;
	font-weight: bold;
	font-size: 10;
	cursor: pointer;
}