BODY {
	font-family: Arial, Helvetica, Sans-Serif;
	background: #eee;
	color: #000;
	/* font-size: large */
}
h1, h2, h3, h4, h5, h6 {
	 color:#005528;
	 text-align: center;
}
p {
	margin-left:10%; 
	margin-right: 10%; 
}
hr {
	width:75%; border-color: #005528; border-width: 1px; border-style: dashed;
}
pre {
	color: #f93800;
	font-family: monospace;
	font-size: x-large;
	margin-left:15%;
	/* margin-right:15%; */
}
ul, ol {
	margin-left: 10%;
	margin-right:10%;
}
table.pre_word {
	border: 0px; /* solid #005528; */
	width: 75%;
	margin: 0 auto;
}
.pre_word {
	font-family: monospace;
	font-size: x-large;
}
/* th, td {
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
} */
table.seaBattle {
	border: 3px	solid #43b3e1; 
	width: 75%;
	font-size: xx-large;
	margin: 0 auto;
	text-align: center;

}
tr.seaBattle, th.seaBattle, td.seaBattle {
	border-right: 3px solid #43b3e1; 
}
.pre_text {
	color:#f93800;
	font-family: monospace;
	font-size: larger; 
	margin-left: 15%;
}
.pre_text_center {
	color:#f93800;
	font-family: monospace;
	font-size: xx-large; 
	text-align: center;
}
.align_center {
	text-align: center;
}
.game_over {
	text-align: center;
	font-size: xx-large;
	color:#f93800;
	
}