

body {
background-color:#003380;
text-align:center;
}

h1 {
font-family:Lucida Grande;
color:white;
font-size:400%;
text-align:center;
}

p1 {
color:white;
font-size:160%;
font-family:Lucida Grande;
}

p {
color:white;
font-size:120%;
font-family:Lucida Grande;
}

h2 {
color:white;
font-family:Lucida Grande;
}

.topnav {
  background-color: #FFFFFF;
  overflow: hidden;
}

.topnav a {
  font-family:Lucida Grande;
  float: left;
  color: #000000;
  text-align: center;
  padding: 10px 130px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

h4 {
 color: white;
 font-family:Lucida Grande;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

