body {
  width: 100%;
  line-height:200%;
}

a:link {
  color: #8f4ec7;
  text-decoration: none;
}
a:visited {
  color: #8f4ec7;
  text-decoration: none;
}
a:hover {
  color: #8f4ec7;
  text-decoration: underline;
}
a:active {
  color: #8f4ec7;
  text-decoration: underline;
}

table, td {
  border: solid 1px #2c3847;
}
th {
  background-color: #eee;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}

.button {
  color: #2c3847;
  border: none;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  transition: color .3s ease;
}
.button:link {
  color: #2c3847;
  text-decoration: none;
}
.button:visited {
  color: #2c3847;
  text-decoration: none;
}
.button:hover {
  color: #8f4ec7;
  text-decoration: none;
}
.button:active {
  color: #8f4ec7;
  text-decoration: none;
}


@font-face {
  font-family: "Liberation Sans";
  src: url(fonts/LiberationSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Liberation Sans" Bold;
  src: url(fonts/LiberationSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Liberation Serif";
  src: url(fonts/LiberationSerif-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Liberation Serif" Bold;
  src: url(fonts/LiberationSerif-Bold.ttf) format("truetype");
}



