/*
** basic elements
*/

html
{
	height: 100%;
	overflow: auto;
}

body
{ 
	background-color:#FFFFFF;
	height:100%;
	margin:0;
	padding:0;
}

#flash
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

a:link
{
	color: 666666;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #0066CC;
}

a:hover
{
	text-decoration: underline;
	color: #0099FF;
}

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