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