body {
  	font-family: Arial;
  	font-size: 20px;
	color: #ffffff;
  	font-weight: normal;
  	font-family: Arial;
  	text-align: center;
  	text-decoration: none;
	background-color: #cccccc;
  	margin: 0px;
	padding: 0px;
}




object { 
	outline:none;
	display:block;
	margin:0 auto;
 }



.content {
  	width: 500px;
  	padding-top: 4px;
  	padding-bottom: 2px;
  	padding-left: 10px;
}



.choices {
	background-color: #999999;
	padding: 2px;
  	text-align: center;
}


a:link {
  	font-size: 14px;
  	color: #ffffff;
  	text-indent: 20px;
  	font-weight: normal;
  	font-family: Arial;
  	text-align: center;
  	text-decoration: none;
}

a:visited {
  	color: #ffffff;
  	text-decoration: none;
}

a:hover {
  	color: #111111;
  	text-decoration: underline;
}