@charset "utf-8";
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	background-color: #252525;
	margin: 0px;
}
body,td,th {
	color: #999999;
	font-family: Arial;
}
.Wimpy {
	text-indent: 2px;
	vertical-align: top;
}
hr {
	color: #595959;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
