/* Style Sheet for weatherrecords.org created by tech@weatherrecords.org */

Body {  background: black;
             font-family: Times, "Times New Roman", serif;
               color: #fff; 
                text-align: left; }

:link { color: #fff; background: transparent; text-decoration: none }
:visited { color: #fff; background: transparent; text-decoration: none }
a:active { color: #fff; background: transparent; text-decoration: none }
a:link img, a:visited img { border-style: none } /* no border on img links */
a img { color: black; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

table.border {width: 100%}
td.left    {  width: 200px; 
                            text-align: center;
             }

table.border.td {  width: 200px; 
                            text-align: center;
               }

table.releases  {  width: 400px; 
                      }

td.main {   background: #996;  }
td.largespace {       width: 120px;       }
td.space{       width: 21px;        }
td.strip {       width: 120px;
                   background: #633;        }

.hide { display: none }

copyright { font-size: small;
                    color: #996; } 

H1 {
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: white;
}

H2 {
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: white;
}

H4 {
  color: black;
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

H3 {
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
}

H5 {
  color: black;
  font-family: "Courier New";
  font-size: 20pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

H6 {
  font-family: Arial;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
}

H7 {
  color: black;
  font-family: Arial;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

#tracklisting {
  font-family: Arial;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
}











