html {
	overflow-y: scroll;
	}
body {
	font-family: Verdana, Arial, sans-serif;
	color: #F5F5F5;
	padding-bottom: 10px;
	}
td {
	font-family: Verdana, Arial, sans-serif;
	border-color: #626262;
	}
img {
	border-width: 0px;
	border-color: #808080;
	}

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

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