html, body {
	margin: 0;
	padding: 0;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #000;
	text-transform: none;
	text-decoration: none;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:active {
	color: #399;
	text-decoration: none;
}
a:hover {
	color: #399;
	text-decoration: underline;
}
