html {
	overflow-y: scroll;
}
body {
	
	font-family: Verdana, Arial, sans-serif;
	color: #DDDDDD;
	background-color: #000000;
	padding-bottom: 10px;
}
td {
	font-family: Verdana, Arial, sans-serif;
	border-color: #484848;
}
img {
	border-width: 0;
	border-color: #828282;
}

a:link {
	color: #DDDDDD;
}
a:visited {
	color: #DDDDDD;
}

/* Text that must not be wrapped */
.nobreak {
	white-space: nowrap;
}
