@charset "UTF-8";
/* CSS Document */

body {
	/*height: 100%;
		vertical-align: top;*/
	
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
	
html {
	/*height: 100%;*/
	width: 100%;
	overflow: hidden;
}

#textFlash {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin: 100px;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	text-decoration: none;
}