body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: "trebuchet ms", verdana, sans-serif;
}
body {
	margin: 0;
	padding:1em;
	color: black;
	background-image:url(../menus/images/vellum3.png);
	background-color: rgb(255, 255, 216);
	border: 1em solid rgb(244, 164, 96);
	text-align: center;
	font-size: .80em;
}

div.table{
	text-align: left;
}

/* Links: */
a:link {
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: Navy;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: rgb(255, 254, 253);
	background-color: rgb(244, 164, 96);
	text-decoration: none;
}
a:hover {
	color: rgb(255, 254, 253);
	background-color: rgb(244, 164, 96);
	text-decoration: none;
}

div.validator{
	padding-bottom: 2em;
}	