a:link {
  color: #FFFF00;
}
a:visited {
  color: #ffff00;
}
a:hover {
  color: #ffffff;
  font-weight:bold;
}
a:active {
  color: #ffff00;
} 
h1 {
  color: #330000;
}
h2 {
  color: #330000;
}
h3 {
  color: #330000;
}
h4 {
  color: #330000;
}
* {
 font-size: small;
 font-family: Verdana, Helvetica, sans-serif;
 text-align: center;
}
p {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;
  text-align: center;
}
body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;
  text-align: center;
  justify-content: center;
}
table, th, td {
  border: 0px;
  width: 100%;
  text-align:center;
}
td {
  text-align: center;
}
th {
  text-align: center;
}