/* style.css - a simple style sheet */
body {
  margin-left: 10%; 
  margin-right: 10%;
  color: black;
  background: white;
  font-family: Verdana;
  text-align: justify;
}

h1 {
  color: black;
  margin-bottom: 0px;
  letter-spacing: 5px
}
h2 {
  color: black;
  font-size: 110%;
  margin-bottom: 0px;
  letter-spacing: 2px
}
p {color: black;}

p.link {
  text-align: right;
}
p.info {
  font-size: 80%;
}
p.center {
  text-align: center;
}
p.header {
  font-weight: 500;
  font-size: 120%;
  letter-spacing: 2px
}
a {
  color: #666362;
  font-size: 80%;
}

table {
  border-collapse: collapse;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

td {
  border-collapse: collapse;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  margin-top: 8px;
  text-align: left;
}
