/* CSS Document */

body {
	width: 480px;
	margin: 0 auto;
	text-align: center;
	font-family: Helvetica,Arial;
	padding: 10px;
	background: #000000;
	color: #AAAAAA;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
h1{
	color: #AAAAAA;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}
#content{
	text-align: left;
}
#forcedSize{
	width:480px;
	height:320px;
}
a{
	color: #a6c6ef;
	outline:none;
}
object { outline:none; }

a:hover{
	color: #d6e8ff;
}