body {
	font-size: 16px;
	text-size-adjust: none;
}

h2 a:link {
  color:grey;
  text-decoration:none; 
}

h2 a:hover {
  color: #1878b9;
}

h3 {
  background-color: #1878b9;
  color: white;
  text-indent: 20px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: flex-start;
  font-size: 85%;
  font-family: verdana;
  width: 90%;
}

p {
  width: 85%;
  margin-left: 7%;
  margin-right: 7%;
  text-align: left;
  font-family: verdana;
  font-size: 100%;
}

p a:link {
  color:black;
  text-decoration:none; 
}

p a:hover {
  color: #1878b9;
}

li {
  text-align: left;
  margin-left: 7%;
  font-family: verdana;
  font-size: 100%;
  line-height: 1.8;
}

footer {
  background-color: #1878b9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  font-family: verdana;
}

footer a:link {
  color: white;
  text-decoration: none;
}

footer a:visited {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: yellow;
}

#header {
  width: 55%;
}

#navigation {
  background-color: #1878b9;
  color: white;
  text-indent: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 40px;
  width: 90%;
}

#navigation a:link {
  color: white;
  text-decoration: none;
}

#navigation a:visited {
  color: white;
  text-decoration: none;
}

#navigation a:hover {
  color: yellow;
}

#basenavigation {
  justify-content: center;
  font-size: 12px;
  font-family: verdana;
  height: 40px;
  width: 90%;
}

#basenavigation a:link {
  color: #676565;
  text-decoration:none; 
}

#basenavigation a:visited {
  color: #676565;
  text-decoration:none;
}

#basenavigation a:hover {
  color: #1878b9;
}

.pink {
  color: #a22369
}