body			{margin: 0px; background:#FFF; }

.flashStyle		{
				position: absolute;
				left: 50%;
				top: 50%;

				width: 800px;
				height: 400px;

				margin-left: -400px;
				margin-top: -200px;
				}
				
h1				{ color:#990000; font-weight: bold;  }
h2				{ color:#990000;  }

a				{ text-decoration:underline; color:#990000; }