body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #FF0000;
}
object {
	left: 1%;
	top: 1%;
	right: 1%;
	bottom: 1%;
}

