@charset "utf-8";
/* CSS Document */
#getflash {
	width: 360px;
	height: 219px;
	margin: 0; 
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	text-align: center;
}
#getflash a {
	color: #fff;
	text-decoration: underline;
}
#getflash a:link {
	color: #fff;
	text-decoration: underline;
}
#getflash a:visited {
	color: #fff;
	text-decoration: underline;
}
#getflash a:hover {
	font-weight: normal;
	color: #D32D2A;
	text-decoration: none;
}
