body, table {	font-family: Verdana;	font-size: small;}a, a:hover {	color: #fff;}body {	background: #222;	color: #ddd;	line-height: 1.4;	word-spacing: 1.8;}th {	text-align: left;}.sshot {	display: block;	float: right;	margin: 0 0 16px 16px;}.header {	display: block;	width: 800px;	height: 102px;	margin: 0 auto;	background: url(assets/header.png);	font-size: 0;	text-indent: -99999px;}.menu {	width: 800px;	height: 40px;	display: block;	margin: 0 auto;	font-size: medium;	border-bottom: 1px dotted #666;	list-style-type: none;}.menu li {	float: left;	margin: 0 16px;}.menu a {	display: block;	padding: 4px;}.menu a {	text-decoration: none;	outline: none;}.menu .s {	background: #707070;}.menu .s, .menu a:hover {	padding: 3px;	border: 1px solid #444;	-webkit-border-radius: 8px;	-moz-border-radius: 8px;	border-radius: 8px;}.game {	width: 800px;	margin: 0 auto;}.game_canvas {	border: 1px solid #ddd;	outline: none;}.game_canvasAndLog {	position: relative;}.game_log {	position: absolute;	bottom: 0;	left: 0;	height: 20px;	padding: 4px;}/* Sidebar */.game_sidebar {	height: 200px;	background: #333;}.game_sidebar > * {	border-left: 1px dotted #333;}/* Bars */.game_bars {	float: left;	font-size: medium;}.game_bars > tbody > tr > td > div {	position: relative;	width: 180px;	height: 26px;	border-radius: 8px;	-moz-border-radius: 8px;	-webkit-border-radius: 8px;}.game_bars > tbody > tr > td > div > div:nth-child(1) {	width: 100%;	position: absolute;	top: 3px;	left: 0;	color: #fff;	text-align: center;	text-shadow: 1px 1px 1px #000;}.game_bars > tbody > tr > td > div > div:nth-child(2) {	width: 100%;	height: 26px;	border-radius: 8px;	-moz-border-radius: 8px;	-webkit-border-radius: 8px;}.game_bars_sp {	background: #16556f;}.game_bars_sp > div:nth-child(2) {	background: #0082ac;}.game_bars_hp {	background: #3b1717;}.game_bars_hp > div:nth-child(2) {	background: #881e10;}.game_bars_mp {	background: #1d3557;}.game_bars_mp > div:nth-child(2) {	background: #2c5281;}/* Ship stats */.game_shipStats {	float: left;}.game_shipStats td {	font-weight: bold;	border-bottom: 1px dotted #666;}.game_shipStats th {	font-weight: normal;	border-bottom: 1px dotted #666;}.game_shipStats i {	font-style: normal;	font-weight: normal;}/* Bonuses */.game_bonus_green b {	color: #4c8938;}.game_bonus_blue b {	color: #6595b7;}.game_bonus_red b {	color: #dc3c00;}