html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

/* General board style: */
body {
	font-size: 13px;
	background: #000000;
	color: #007fff;
	font-weight: normal;
}

/* verdana is not such a nice font for larger objects... */
table {
	font-family: "Trebuchet MS", arial, verdana;
	color: #007fff;
	font-size: 1.1em;
}
h1 {
	font-family: "Trebuchet MS", arial, verdana;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color: #35b4ff;
}
a:visited {
	text-decoration: none;
	color: #35b4ff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
