.text { 
    font-size: 12; 
    color: white; 
    font-weight: bold;
    margin-left: 20px;}
.header { 
    font-size: 18; 
    color: white;
    text-align: center; }
.title { 
    font-size: 24; 
    color: white;
    text-align: center; }
.subtitle { 
    font-size: 18; 
    color: black;
    text-align:center; }
.alert { 
    font-size: 24; 
    color: red;
    text-align:center; }
A:link    {
    font-size: 12; 
    font-weight: normal;
    color: white; }
A:active  {
    font-size: 12; 
    font-weight: bold;
    color: white; }
A:visited {
    font-size: 12; 
    font-weight: normal;
    color: white; }
A:link, A:visited, A:active {
     text-decoration: none }
H1 { 
    font-size: 32; 
    color: white;
    text-align: center; 
    font-family=Lucida Handwriting, Verdana, Arial, Helvetica, sans-serif; }
H2 { 
    font-size: 18; 
    color: white;
    text-align: center; }
H3 { 
    font-size: 14; 
    color: white;
    text-align: center; }
H5 { 
    font-size: 36; 
    color: white;
    text-align: center; 
    font-family=Lucida Handwriting; }
BODY {
    margin: 0px;
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12;
    background-color: RGB(0,0,0)}
P { font-size: 12;}
TABLE.pics {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    text-align: center;}
TABLE.pics TD {
    text-align: center;
    font-size: 10;
    color: blue;}
TABLE.links {
    width: "90%";
    align=center;
    border: 2px solid white;}
TABLE.links TD {
    text-align: left;
    font-weight: bold;
    font-size: 12;
    color: white;}
TABLE.links TD.header {
    text-align: center;
    font-weight: bold;
    font-size: 18;
    color: white;
    border-bottom: 1px solid white;}
TABLE.Video {
   border-top: 1px solid black;
   border-left: 1px solid black;
   font-size: 8pt;   
}
TABLE.Video TD{
   border-right: 1px solid black;
   border-bottom: 1px solid black;
   padding: 3px;
   margin: 0px;
   vertical-align:middle;
   font-size: 8pt;
}
TABLE.Video TD.Header {
   background-color:  rgb(180,80,80);
   color: white;
   font-weight: 600;
   font-size: 8pt;
   text-align: center;
   vertical-align: center;
}