@charset "utf-8";
/* CSS Document */

html {            
	font-family: Arial, Verdana;
	height: 100%;
	width: 100%;
	font-size:13px;
	overflow: hidden;
	text-align: center;
	color:#FFFFFF;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}


td{
	font-size:13px;
	color:#FFFFFF;
}
a{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;		
}
    