body, td, th, div, span, p, form, input, select, textarea {
	font-size: 7pt;
	font-family: verdana, sans-serif;
	color: #b0b0b0;
	scrollbar-base-color: #212121; 
    scrollbar-arrow-color: #326935;
	scrollbar-track-color: #111111;
}

h1 {
	font: 9pt Franklin Gothic, Arial, sans-serif;
}
a {
	color: #F7DDAA;
}
a:hover {
	font-size: 7pt;
	color: orange;
}
a.nolink {
	font-size: 7pt;
	color: #F7DDAA;
	text-decoration: none;
}
a.nolink:hover {
	font-size: 7pt;
	color: #F7DDAA;
	text-decoration: underline;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 100%;
	font-weight: normal;
	color: #d0d0d0;
	font-family: verdana, sans-serif;
	background: #303035;
}
input:focus, select:focus
{
	background-color: #323935;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #d0d0d0;
	font-family: verdana, sans-serif;
	background: #303035;
}
input, button
{
	font-size: 100%;
}