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

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

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