/*  - captnmike-styles.css */





	body {background-color: "#FFD700"; margin-left: 40px; margin-right: 40px; }
	p   {font-family:Arial;}
	h1 {text-align: center;  font-family: Arial; }
	h2 {text-align: center;  font-family: Arial; }
	h3 {text-align: center;  font-family: Arial; }
	h4 {text-align: center;  font-family: Arial; }
	li   { padding-top: 5px ;  font-family: Arial; }


	tr   {display: table-row;top: 10px;}

	td   {top: 5px;vertical-align: center;padding: 10px;}



core{
	position: relative;
	display: table;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top: 2px dotted #666;
	border-bottom: 1px dotted #666;
	clear: both;
}


core2{
	position: relative;
	display: table;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top: 2px dotted #666;
	border-bottom: 1px dotted #666;
	clear: both;
}






