html {
	overflow-y: scroll;
}
body {
	background: url("texturep.jpg") repeat;
	font-family: Verdana, Arial, sans-serif;
	color: #554837;
	background-color: #F9F6E8;
	padding-bottom: 10px;
}
td {
	font-family: Verdana, Arial, sans-serif;
	border-color: #C6BEA6;
}
img {
	border-width: 0px;
	border-color: #CBC4AF;
}

a:link {
	color: #554837;
}
a:visited {
	color: #554837;
}

/* Text that must not be wrapped */
.nobreak {
	white-space: nowrap;
}
