html {
	overflow-y: scroll;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFF;
}

html, body {
	height: 99.9%;
}

html, body, table, div, span, textarea, input, ul, ol, h3 {
	font-family: Arial;
	font-size: 16px;
}

h1 {
	font-family: Arial;
	font-size: 28px;
}

h2 {
	font-family: Arial;
	font-size: 19px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color: #999999;
	text-decoration: none;
}
