a.background:link {
    color: yellow;
}

a.background:visited {
    color: yellow;
}

a.background:hover {
    text-decoration: underline;
    color: white;
}

/*
   Make the asterisk for DB1-5 missing data not have an underline
*/
a.nav-special:active, a.nav-special:link, a.nav-special:visited, a.nav-special:hover
{
   color: yellow;
   display: inline-block;
   text-decoration: none;
}

/*
   Make the normal links at the bottom yellow and underlined
*/
a.nav:active, a.nav:link, a.nav:visited, a.nav:hover
{
   color: yellow;
   display: inline-block;
}

html
{
   background-color: #dedeee;
}
body
{
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   color: white;
}

h2
{
   text-align: center;
   margin-bottom: 0px;
}
h4
{
   text-align: center;
   margin-top: 0px;
}

td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: black;
    text-align: left;
}

.male, .male a {
    color: #0000DD;
}

.female, .female a {
    color: #DD3366;
}

.bot, .bot a {
    color: #00FFFF;
}

.title {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.headtext {
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #666699;
}

.headlinebg {
    background-color: #000000;
}

.tdtop {
    background-color: #C8C8DD;
}

.hicell {
    background-color: #BABADD;
}

.hicell10 {
    background-color: #BABADD;
    font-size: 10px;
}

.rankc {
    background-color: #CCCCCC;
}

.hirankc {
    background-color: #AAAAAA;
    font-weight: bold;
}

.rankc10 {
    background-color: #CCCCCC;
    font-size: 10px;
}

.rankc10center {
    background-color: #CCCCCC;
    font-size: 10px;
    text-align: center;
}

.hirankc10center {
    background-color: #AAAAAA;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.small {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}


.asmall {
      font-family: "Arial narrow", Arial, sans-serif;
      font-size: 12px;
      color: white;
      text-align: center;
}

.vst-page-header {
   max-width: 850px;
   margin: auto;
   color: #000;
   vertical-align: middle;
   position: relative;
   height: 0px;
   border-bottom: 94px solid #e5b628;
   border-left: 64px solid transparent;
   border-right: 64px solid transparent;
   text-align: center;
   font-size: 15px;
}
.vst-page-header h1 {
   text-align: center;
   margin: 0px;
}
@media (max-width: 550px) {
   .vst-page-header {
      border: medium none;
      height: auto;
      background-color: #E5B628;
   }
}
.vst-page-header a:link {
  text-decoration: underline;
  color: #1C3180;
}
.vst-page-header a:visited {
  text-decoration: underline;
  color: #1C3180;
}
.vst-page-header a:hover {
  text-decoration: underline;
  color: blue;
}

/*
   Define that the links in the VST credits footer are yellow
*/
.vst-credits-footer a.nav:link, .vst-credits-footer a.nav:visited, .vst-credits-footer a.nav:hover
{
        color: yellow;
}
/*
   Define the P's in the footer are white
*/
.vst-credits-footer p
{
   text-align: center;
   color: white;
   display: block;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
}
