html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333;
	font-size: 12px;
}
a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
