@charset "UTF-8";
/* CSS Document */

#flash {
	height: 429px;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000000;
    text-align: center;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

