body {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16pt;
  color: #cccccc;
  margin: 0;
  padding: 20px;
  background-color: #000033;
}

font[size="1"] {
  font-size: 12pt !important;
}

font[size="2"] {
  font-size: 14pt !important;
}

a {
  color: #00ccff;
}

a:visited {
  color: #cc99ff;
}

a:hover {
  color: #ffff00;
}

table {
  background-color: rgba(0, 0, 51, 0.8);
}

hr {
  color: #336699;
  background-color: #336699;
}

.marquee-text {
  color: #ffcc00;
  font-size: 16pt;
  padding: 5px 0;
}

center {
  text-align: center;
}

center > table {
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}
