* {
	width:100%;
	height:99%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

div {
	text-align:center;
}

div#red {
	background-color:#e30013;
	width:33%;
	height:15px;
}

div#obj {
	margin:20px;
	padding:0px;
}

div#back {
	font-size:10px; 
	color:#666666;
	height:auto;
}
div#anchor {
	height:auto;
}

object {
	margin:0px;
	padding:0px;
	width:100%;
	height:90%;
}

a:link		{font-size: 12px; color:#E30013; font-weight:bold; text-decoration: none;}
a:visited	{font-size: 12px; color:#E30013; font-weight:bold; text-decoration: none;}
a:hover		{font-size: 12px; color:#666666; font-weight:bold; text-decoration: underline;}
a:active 	{font-size: 12px; color:#E30013; font-weight:bold; text-decoration: none;}

