h1 {
	font-family: serif;
	margin: 0 auto;
	font-size: 48px;
}

h2 {
	font-family: serif;
	font-size: 30px;
	margin-top: auto;
	margin-left: 80px;
	margin-right: 80px;
	text-align: justify;
	letter-spacing: 3px;
	text-indent: 100px;
}

h3 {
	font-family: serif;
	font-size: 48px;
	text-decoration: underline;
	text-align: center;
	text-shadow: 3px 2px #f79c99;
}

h4 {
	font-family: serif;
	font-size: 48px;
	text-decoration: underline;
	text-align: center;
	text-shadow: 3px 2px #e1eaf7;
}
header {
	background-color: white;
	padding: 40px;
}

body {
	font-family: serif;
	padding: 0;
	margin: 0;
}

nav {
  	float: right;
  	margin-right: 10px;
  	margin-bottom: 5px;
  	display: inline;
  	font-size: 36px;
  	font-family: serif;
}

td, th {
	border-width: 1px;
	border-style: dashed;
	padding: 5px;
	margin: 5px;
	text-align: center;
	font-size: 24px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-family: serif;
	background-color: white;
	padding: 30px;
}

button {
	display: block;
	position: relative;
	padding:5px;
  	background-color: #e4e9f2;
  	border: 4px solid #050505;
  	color:#000;
  	text-decoration:none;
  	left: 900px;
  	font-size: 24px;
}

.contactinfo {
	font-family: serif;
	font-size: 24px;
}

.i1 {
	text-align: center;
	border: 1px solid black;
  	margin-top: 300px;
 	margin-bottom: 300px;
  	margin-right: 500px;
  	margin-left: 500px;
 	background-color: #d4130d;
 	line-height: 1.6;
 	font-weight: bold;
 	border-width: 7px;
 	resize: horizontal;
	overflow: auto;
 }

.i {
	text-align: center;
	border: 1px solid black;
  	margin-top: 300px;
 	margin-bottom: 300px;
  	margin-right: 500px;
  	margin-left: 500px;
 	background-color: #2754e8;
 	line-height: 1.6;
 	font-weight: bold;
 	border-width: 7px;
 }
.iv {
	position: absolute;
  	left: 575px;
  	top: 150px;
}

.Marine {
	height: 150px;
	width: 150px;
}

.Army {
	height: 150px;
	width: 150px;
}

.Airforce {
	height: 150px;
	width: 150px;
}

.Navy {
	height: 150px;
	width: 150px;
}

.CoastGuard {
	height: 150px;
	width: 150px;
}


