.left {text-align: left}
.center {text-align: center}
.right {text-align: right}

body {
  background-color: white;
  horizontal-align: center;
}

table {
  table-layout: fixed;
  table-align: center;
  width: 600px;
}

p {
  color: black;
}

font {
  font-family: "Georgia, Times New Roman, Times, serif";
  font-size: medium;
  font-weight: bold;
}

font.caps:first-letter {
  font-size: x-large;
}

