html {
	overflow-y: scroll;
}
body {
	background: url("texturep.jpg") repeat;
	font-family: Verdana, Arial, sans-serif;
	color: #785232;
	background-color: #F2E8CF;
	padding-bottom: 10px;
}
td {
	font-family: Verdana, Arial, sans-serif;
	border-color: #C8AB84;
}
img {
	border-width: 0;
	border-color: #D8BE9B;
}

a:link {
	color: #785232;
}
a:visited {
	color: #785232;
}

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