@charset "iso-8859-1";
/* CSS Document */

html, body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
object {
	outline:none;
}
	
a {
	text-decoration:none;
 	color: inherit;
}
a:hover
{
	text-decoration:underline;
}