  .divTitle {
    font-weight: bold;
    font-size: 22pt;
  }

  .divNames {
    font-size: 16pt;
    color: white;
  }

  .divThumb {
    font-weight: bold;
    font-size: 16pt;
    color: white;
  }

  .divCopyright {
    font-weight: bold;
    font-size: 8pt;
    color: white;
  }

  .divQuestion {
    color: black;
    font-size: 12pt;
  }

  .divAnswer {
    color: white;
    font-size: 12pt;
  }

  body {
    background: gray;
  }

  a:link {
    color: blue;
  }

  a:visited {
    color: blue;
  }

  a:hover {
    color: orange;
  }

  .linkDecorationStyle2 {
    background: gray;
    text-decoration: none;
    font-size: 14pt;
    color: white;
    border: inset;
    border-width: 0;
    width: 50%;
    height: 14pt
  }

  .navbar2 a:hover {
    background: gray;
    text-decoration: none;
    font-size: 14pt;
    color: red;
    border: inset;
    border-width: 0;
    width: 50%;
    height: 14pt
  }

  .labelStyle {
    font-weight: bold;
    border: outset;
    border-width: 1;
    background: lightblue;
    padding: 3; 
  }

  .tableStyle {
    background: black;
    font-family: verdana;
    font-size: 10pt;
    width: 500;
  }

  .contentStyle {
    background: white;
    color: black
  }

 .btnAnswerStyle {
    width: 250;
    border: outset;
    border-width: 1;
  }

 .btnTBLStyle {
    width: 100%;
    border: outset;
    border-width: 1;
  }

  .tdThumbHeight {
    height: 68;
  }

  .imgPopText (
    font-size: 16;
  }

  html {
    overflow-x: hidden;
    overflow-y: auto;
  }