/* html tag styles */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #000000;
	margin: 10px;
}
body, ul, li, td, tr {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	color: #FED500;
}
