/* Shared styles for informational pages (about.html, contact.html, 
   help.html, and library.html). */

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  text-align: justify;
}

ul {
  list-style: circle;
}

table,
th,
td {
  border: 3px solid black;
  text-align: center;
}

table {
  border-collapse: collapse;
}

h1,
h2 {
  text-align: left;
}
