body{
	margin: 75px;
	background-color: #28418a;
	font-family:'Times New Roman', serif;
	font-size: 20px;
	color:#ffffff;
	 text-align: justify;
}
#lastpage h1{
font-family:"Courier New", Courier, monospace;
	font-size: 70px;
	color: #ffc34d;
	border-bottom: 6px solid #ffffff;
}

#thirdpage h1{
font-family:"Courier New", Courier, monospace;
	font-size: 70px;
	color: #bf80ff;
	border-bottom: 6px solid #ffffff;
}

#secondarypage h1{
	font-family:"Courier New", Courier, monospace;
	font-size: 60px;
color:#338b99;
border-bottom: 6px solid #ffffff;
}

#mainpage h1{
font-family:"Courier New", Courier, monospace;
	font-size: 70px;
	color: #009900;
	border-bottom: 6px solid #ffffff;
}

h2{
	font-family:'trebuchet MS', Sans-serif;
	font-size: 45px;
	color:#0f66bd;
}

#first h2{
	font-family:'trebuchet MS', Sans-serif;
	font-size: 45px;
	color:#0f66bd;
	position: absolute;
  left: auto;
  top: 750px;
}

#right h3{
	font-family:'Tahoma', Sans-serif;
	font-size: 45px;
	color: #99004d;
	text-align: right;
}

#middle h3{
	font-family:'Tahoma', Sans-serif;
	font-size: 45px;
	color: #99004d;
	text-align: center;
}

h4{
	font-family:'Brush script MT', cursive;
	font-size: 45px;
	color: #000000;
	text-align: center;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
.active {
  background-color: #04AA6D;
}

.center {
	max-width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:solid 8px #000000;
  height: auto;
}

.righty{
    max-width:100%;
    height: auto;
	float:right;
	margin: 12px;
	border:solid 8px #000000;
	clear:right;
}

.lefty{
    max-width:100%;
    height: auto;
	float:left;
	margin: 12px;
	border:solid 8px #000000;
	clear:left;
}

p.a {
  margin: 440px 700px 90px 10px;
}

p.b {
  margin: 60px 70px 70px 100px;
}

p.c {
  margin: 30px 520px 30px 5px;
}
