body {
    background-color: #101020;
    color: #ffffff;
    font-family: sans-serif;
    font-size: normal;
    font-weight: normal;
    line-height: 1.4;
}

button {
  border: none;
  font-size:large;
  padding: 10px;
  background-color: #9060b0;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
a:link { color: #df80ff; text-decoration:none; }
a:visited { color: #9060b0; }
a:hover { color: #a0a0ff; }

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.email {
    color: #df80ff;
    white-space: nowrap;
}

.heart {
    font-family: Times;
    color: #ffa0a0;
}


td {
    padding: 0 5px 0 5px;
}
