body {
	height: 100%;
	background-color:#666666;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#bbbbbb;
	
}
html {
	height: 100%;
	/*overflow: hidden;*/
}
#flashcontent {
		height: 100%;
	}
p {
	font-size:10px;
	color:#bbbbbb;
}
li {
	font-size:10px;
	color:#bbbbbb;
}
a{
	color: #bbb;
	text-decoration:none;
}
a:hover {
	color: #999;
	text-decoration:none;
}	
