@charset "UTF-8";
* { margin: 0; padding: 0; }
body, html, #swfContent {
	overflow: hidden;
	width: 100%;
	height: 100%;
	}
a:link		{color:#808080; text-decoration:none;}
a:visited	{color:#808080; text-decoration:none;}
a:hover		{color:#000; text-decoration:none;}
a:active, a:focus {outline:none;}
body {
	margin:20px;
}
h1 {
	margin-bottom:20px;
}
p {
	line-height:1.4em;
	margin-bottom:20px;
}