/* DEFAULT FONT */
* { 
    font-family: "Arial", "Helvetica", "Sans Serif" ;
    font-size: 10pt;
    color: #FFFFFF;
  }

body
{ 
  margin-top: 10px;
  margin-bottom: 0px;  
  margin-left: 10px;
  margin-right: 0px;
  background-color: #000000;
}  

img {  border-width: 0px ; }

.intro
{
  border: 0px none #000000;
  padding: 0px 0px 0px 0px;
  /* center box */
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  vertical-align: middle;

  font-weight: normal;
  font-style: normal;
  text-decoration: none;

  width: 100%;
  height: 100%;
}


.visitor
{
  font-size: 24pt;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

table.intro
{ 
  border: 0px none #000000;
  /* border: 1px dashed #006000; */
}

td.intro
{
  border: 0px none #000000;
  /* border: 1px dashed #600000; */
  width: 100%;
  height: 100%;
}

.counter table, .counter table tr, .counter table tr td
{
  border: 0px none #000000;
  padding: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: middle;
  position: inherit;
  margin-left: auto;
  margin-right: auto;
}


.counter table
{
  width: 100%;
}


