A { 
  text-decoration: none;
}
.author { 
  font-style: italic;
}
.body {
  margin-left: 2%;
}
.topLeft {
  font-weight: normal;
  font-style: normal;
  font-size: medium;
  font-family: Helvetica, serif;
  text-decoration: none;
  color: Black;
}
.topLeft A.author {
  color: Black;
}
.topCenter {
  font-weight: bold;
  font-style: normal;
  font-size: huge;
  font-family: Helvetica, serif;
  text-decoration: none;
  color: red;
}
.topCenter A.author {
  color: maroon;
}
.topRight {
  font-weight: normal;
  font-style: normal;
  font-size: large;
  font-family: Helvetica, serif;
  text-decoration: none;
  color: #CC3333;
}
.topRight A.author {
  color: #CC3333;
}
.bottomLeft {
  font-weight: normal;
  font-style: normal;
  font-size: medium;
  font-family: Helvetica, serif;
  text-decoration: none;
  color: black;
}
.bottomLeft A.author {
  color: black;
}
.bottomRight {
  font-weight: normal;
  font-style: normal;
  font-size: medium;
  font-family: Helvetica, serif;
  text-decoration: none;
  color: yellow;
}
.bottomRight A.author {
  color: yellow;
}

