/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:none;
}
a {
	text-decoration:none;
 	color: inherit;
}
a:hover
{
	text-decoration:underline;
}
object {
	outline: none;
}
.noflash {
	color:white;
	text-align:center;
	padding:5px;
}

body,html {
	width:100%;
	height:100%;
}
