html,body,table{
	height:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}
body{
	background-color:#222b32;
	font-family:Verdana;
	color:#fff;
}
table{
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
strong{
	color:#FF8800;
}
a:link,a:visited{
	color:#FFDD00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
