/* stylesheet definitions for popups (Video, Review) and ProgramCTX */

  body { font-family: Verdana;
    font-size: 10pt;
    color: rgb(255, 255, 204);
    /*background-color: #402110;*/
    background-color: #666699;
    }
  table { border-style: none;
    font-size: 10pt;
    color: rgb(255, 255, 204);
    font-family: Verdana;
    }  
    
  h2 {font-family: Verdana;
      color: #FFFFC8;
      font-size: large;
      font-weight: bold;
      font-style:normal;
      text-align: center;
      } 
  
  h3 {font-family: Verdana;
      color: #ffff00;
      font-size: medium;
      font-weight: bold;
      font-style:normal;
      text-align: left;
      } 
  
  h5 {font-family: Verdana;
      color: #ffffC8;
      font-size: xx-small;
      font-weight: normal;
      font-style:italic;
      text-align: left;
      }
  
  h6 {font-family: Verdana;
      color: #FFFFC8;
      font-size: xx-small;
      font-weight: normal;
      font-style:italic;
      text-align: right;
      }  
          
  a:active {color:#88FF00;}
  a:visited  {color:#FFFF88;}
  a:link {color:#FFFF00;}

  img { border-style: solid;
    border-width: 0px;
    }
