* { 
	font-family: verdana; font-size: 10pt; COLOR: gray; 
	}
body {
	background:#233468;
	}
b { 
	font-weight: bold; 
	}
table { 
	height: 50%; 
	border: 1px solid gray;    
	background-color: black;
	color: white;
	-webkit-box-shadow: 0px 5px 26px 7px rgba(0,174,239,1);
	-moz-box-shadow: 0px 5px 26px 7px rgba(0,174,239,1);
	box-shadow: 0px 5px 26px 7px rgba(0,174,239,1);
	}
td { 
	text-align: center; 
	padding: 25;
	}