body,td,th {
	font-family: Palatino, Times New Roman, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #E4DFCD; /* was #dedeca as more web safe but darker */
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.popUp {
	font-size: 12px;
	font-family: Palatino, Times New Roman, serif;
	background-color: #EDEADD;
	visibility: hidden;
	margin: 0 10px;
	padding: 5px;
	position: absolute;
	width: 250px;
	border: solid 1px black
	}