body {
  background-color: #ffffff;
  margin-right: 5%; 
  margin-left: 5%; 
}

h2 {
	color: black;
	font-size: 33px;
}

h3 {
  color: black;
  text-align: center;
  font-size: 36px
}

a {
  font-weight: bold;
}

/* unvisited link */
a:link {
  color: #0000FF;
}

/* visited link */
a:visited {
  color: #05a105;
}

/* mouse over link */
a:hover {
  color: #9e3ed6;
}

/* selected link */
a:active {
  color: #47bf99;
}

.text {
  font-style: normal;
  font-size: 22px;
}

.links {
	font-size: 20px;
}

.headtext {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.descriptionphoto {
  text-align: center;
  font-style: italic;
  font-size: 16px;
}

.content {
	background: #ffffff;
    color: black; 
    padding: 10px; 
    text-align: left; 
}