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

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

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