

body {
  background: #000066;
  color: #FFFFFF;
}

table {
  border: 0;
  border-spacing: 0;
}

table, th, td {
  vertical-align: top;
}

td {
  padding: 10px 25px 0px 25px;
}

h1 {
    text-align: center;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 36;
    font-weight: bold;
    font-style: italic;
    color: #CCCCCC;
}

h3 {
  margin-top: 0;
  line-height: 1.2;
  font-style: italic;
  font-size: 14;
}

img {
    border: 0;
}

.red {
  color: #FF0000;
}

/* unvisited link */
a:link {
    color: #CCCCCC;
}

/* visited link */
a:visited {
    color: #CCCCCC;
}

/* mouse over link */
a:hover {
    color: #CCCCCC;
}

/* selected link */
a:active {
    color: #CCCCCC;
}

a.video {
  color:  #FF0000;
}

a.highlight {
  color:  #00FF00;

}
