body {
  background-color: FireBrick;
}

h1 {
  text-align: center
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:link {
  color: white;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: blue;
}

/* selected link */
a:active {
  color: red;
}

.content {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: black;
}

.page-footer{
font-size: 10px;
color:white;
}

#thumbnail{
height: 150px;
width: 200px;
}

