body{background-color: powderblue;}
/*Tag Selectors*/
h1 { color: Navy; }
h3 {
  color: Navy;
}
p {
  color: Navy;
}
hr {
    border-width: medium;
    border-color: Navy;
    }
table {
  margin: auto;
  border-collapse: collapse;
  border: 0;
}
th {
  background-color: Navy;
  color: white;
}
tr  {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
/*Class selector styling*/
.Green {color: Green;}
.italic {font-style: italic;}
/*ID Sectors can only be used one time pre html file*/
.h1a {
  font-size: 70px;
  text-align: center;
}
.h1b {
  font-size: 3em;
  text-align: center;
}
.h1c {
  padding-left: 45px;
}
.h1d {
  padding-left: 17px;
}
.h1e {
  font-size: 50px;
  padding-left: 200px;
}
.h1f {
  padding-left: 340px
}
.h1fa {
  font-size: 10px;
}
.h3a {
  padding-left: 15px;
  }
.div1 {
  margin-left: 175px;
  }
  .div2 {
    width: 50%;
    margin: 0;
    text-align: left;
    line-height: 1;
  }
.div3  {
  width: 50%;
  margin-left: 220px;
  text-align: left;
  line-height: 1;
}
.div4 {
  width: 50%;
  margin-left: 330px;
  text-align: left;
  line-height: 1;
}
.plane {
  width: 25%;
  height: 25%;
  margin-left: 800px;
}
.btn1 {
  margin-left: 295px;
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e) );
	background:-moz-linear-gradient( center top, #7892c2 5%, #476e9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e');
	background-color:#7892c2;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
text-indent:0;
	border:1px solid #4e6096;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:50px;
	line-height:50px;
width:161px;
	text-decoration:none;
	text-align:center;
	text-shadow:0 1px 0 #283966;
}.btn1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2) );
	background:-moz-linear-gradient( center top, #476e9e 5%, #7892c2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2');
	background-color:#476e9e;
}.btn1:active {
	position:relative;
	top:1px;
}
.btn2 {
          margin-left: 30px;
         	-moz-box-shadow: 0 0 0 2px #9fb4f2;
         	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
         	box-shadow: 0 0 0 2px #9fb4f2;
         	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e) );
         	background:-moz-linear-gradient( center top, #7892c2 5%, #476e9e 100% );
         	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e');
         	background-color:#7892c2;
         	-webkit-border-top-left-radius:10px;
         	-moz-border-radius-topleft:10px;
         	border-top-left-radius:10px;
         	-webkit-border-top-right-radius:10px;
         	-moz-border-radius-topright:10px;
         	border-top-right-radius:10px;
         	-webkit-border-bottom-right-radius:10px;
         	-moz-border-radius-bottomright:10px;
         	border-bottom-right-radius:10px;
         	-webkit-border-bottom-left-radius:10px;
         	-moz-border-radius-bottomleft:10px;
         	border-bottom-left-radius:10px;
         text-indent:0;
         	border:1px solid #4e6096;
         	display:inline-block;
         	color:#ffffff;
         	font-family:arial;
         	font-size:15px;
         	font-weight:bold;
         	font-style:normal;
         height:50px;
         	line-height:50px;
         width:161px;
         	text-decoration:none;
         	text-align:center;
         	text-shadow: 0 1px 0 #283966;
         }.btn2:hover {
         	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2) );
         	background:-moz-linear-gradient( center top, #476e9e 5%, #7892c2 100% );
         	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2');
         	background-color:#476e9e;
         }.btn2:active {
         	position:relative;
         	top:1px;
         }
/*
Comments inside the styles stylesheet
*/
