.center { 
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  font-family: 'Colaborate', Arial, sans-serif;
  width: 500px;
  font-size: smaller;
}

p {
  text-align: justify;
}

a:link {
  color: #139354;
  background: transparent;
}

a:visited {
  color: #c22c0c;
  background: transparent;
}

a:hover {
  background: #DDDDDD;
}

table {
  border-spacing: 5px;
  width: 500px;
}

td {
  vertical-align: top;
}

td.photo {
  text-align: right;
}

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

.medium {
  font-size: 150%;
}

p.footer {
  text-align: right;
  font-size: 75%;
  font-style: italic;
}

.footer {
  color: #777777;
}

