
  table.overall {
        border-style:none;
        background-color:transparent;
        color:inherit;
        width:900px;
        padding:0;
        margin-left:auto;
        margin-right:auto;
        }
  table.pix {
        border-style:ridge;
        border-width:medium;
        padding:0;
        float:right;
        table-layout:auto;
        background-color:#3795cb;
        color:inherit;
    }
  table.invisible {
        border-style:none;
        margin-left:auto;
        margin-right:auto;
        padding:0;
   }
  body.setup {
        font-family:"Times New Roman",serif;
        margin:0;
        padding:0;
        height: 100%;
        width: 100%;
        font-size:100%;
        background-color:#000000;
        color:black;
        font-weight:normal;
        background-image:url(./BackGround.jpg);
        background-position:top; 
        }
  td.normal {
        margin-right:auto;
        margin-left:auto;
        font-size:110%;
        font-family:"Times New Roman",serif;
        color:black;
        background-color:inherit;
        }
  td.pix-title {
        margin-right:auto;
        margin-left:auto;
        text-align:center;
        font-size:110%;
        font-weight:bold;
        font-family:"Times New Roman",serif;
        color:black;
        background-color:inherit;
        }
  td.block {
        margin-right:5%;
        margin-left:5%;
        margin-top:5%;
        margin-bottom:95%;
        vertical-align: text-top;
        font-size:110%;
        font-family:"Times New Roman",serif;
        color:black;
        background-color:inherit;
        }                
  span.heading {
        margin:0;
        font-size:130%;
        font-family:"Times New Roman", serif;
        font-weight:bold;
        }
  p, span.title {
        margin-right:auto;
        margin-left:auto;
        text-align:center;
        color:black;
        background-color:inherit;
        font-size:150%;
        font-family:"Times New Roman", serif;
        font-weight:bold;
        }
  p.bottom {
        position:relative;
        margin-right:auto;
        margin-left:auto;
        margin-bottom:0;
        margin-top:0;
        text-align:center;
        color:inherit;
        background-color:inherit;
        } 
  p.right {
       float:right;
        margin-bottom:0;
        margin-top:0;
        text-align:center;
        color:inherit;
        background-color:inherit;
        }
  p.visits {
        margin-bottom:0;
        margin-top:0;
        font-size:120%;
        text-align:left;
        font-family:"Times New Roman", serif;
        font-weight:bold;
        color:yellow;
        background-color:inherit;
        } 
  p.date {
        margin-bottom:0;
        margin-top:0;
        font-size:120%;
        text-align:left;
        font-family:"Times New Roman", serif;
        font-weight:bold;
        color:yellow;
        background-color:inherit;
        } 
  span.bold {
        margin:0;
        font-size:110%;
        font-family:"Times New Roman", serif;
        font-weight:bold;
        }
  span.normal {
        font-family:"Times New Roman", serif;
        font-size:100%;
        font-weight:normal;
        }
  span.scaps {
        font-family:"Times New Roman", serif;
        font-size:75%;
        font-weight:500;
        }
  span.etitle {
        font-family:"Times New Roman", serif;
        font-size:85%;
        font-weight:bold;
        font-style:italic;
        }
  li.none {
      list-style:none;
      }        
  a:link {
      text-decoration:underline;
      color:red;
      background:0;
      }
  a:visited {
      text-decoration:underline;
      color:green;
      background:0;
      }
  a:active {
      text-decoration:none;
      }
  a:hover {
      font-size:100%;
      color:blue;
      background:0;
      }
