html {
	overflow-y: scroll;
}
body {
	
	font-family: Verdana, Arial, sans-serif;
	color: #604B2D;
	background-color: #DDCCA4;
	padding-bottom: 10px;
}
td {
	font-family: Verdana, Arial, sans-serif;
	border-color: #A89160;
}
img {
	border-width: 0;
	border-color: #B8A070;
}

a:link {
	color: #604B2D;
}
a:visited {
	color: #604B2D;
}

/* Text that must not be wrapped */
.nobreak {
	white-space: nowrap;
}
