body {
  background-color: white;
}

/* unvisited link */
a:link {
  color: #B30000;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #B30000;
}

/* selected link */
a:active {
  color black;
}

h1 {
  color: black;
  font-family: arial;
  font-size: 40px;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%;
}

h2 {
  color: black;
  font-family: arial;
  font-size: 35px;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%;
}

h3 {
  color: black;
  font-family: arial;
  font-size: 30px;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
}

p {
  font-family: arial;
  font-size: 25px;
  color: black;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
}

figure {
  text-align: center;
}

figcaption {
  background-color: white;
  color: black;
  font-style: italic;
  padding: 2px;
  text-align:center;
  font-size: 23px;
  font-family: arial;
}

a.one:link {color:#B30000; font-size: 35px;}

div.list {
  text-align: center;
}

ul {
  list-style: square;
  color: black;
  list-style-position: inside;
  font-family: arial;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 75%;
  border-radius: 15px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

table {
  border-spacing: 0;
  width:95%;
  border-collapse: collapse;
  text-align: center;
}

th, td {
  text-align:center;
  padding: 10px;
  border: 1px solid black;
  font-family: arial;
  font-size: 18px;
}

.row {
  display: flex;
  margin-left:-5px;
  margin-right:-5px;
 }

.column {
  flex: 50%;
  padding: 10px;
  text-align: left;
 }

.responsive {
  max-width: 85%;
  height: auto;
}