body
{ 
 background-color: black;
 color: white;
 font-size : 12pt;
 font-family : Verdana,Arial,Helvetica;
 margin : 0;
 padding : 0;
 max-width: 100%;
 overflow-x: hidden;
}

td
{
 padding: 10;
}

input
{
 background-color: #111111;
 border-color: #666666;
 border-style: dotted;
 border-width: 1;
 color : white;
 font-size : 12pt;
 font-family : Verdana,Arial,Helvetica; 
}

#textzone
{
 background-color: #111111;
 border-color: #666666;
 border-style: dotted;
 border-width: 1;
 color : white;
 font-size : 12pt;
 font-family : Verdana,Arial,Helvetica; 
}

#linkmenu:link, #linkmenu:visited 
{
 background-color: #FF8000;
 color: white;
 height: 40px;
 width: 150px;
 padding: 2px 2px;
 font-size : 11pt; 
 text-align: center;
 text-decoration: none;
 display: inline-block;
}

#linkbutton, #linkbutton:link, #linkbutton:visited 
{
 background-color: #FF8000;
 border-width: 0;
 color: white;
 padding: 8px 30px;
 font-size : 12pt; 
 font-weight : normal;
 text-align: center;
 text-decoration: none;
 display: inline-block;
}

a, a:visited {
    color: #FF8000;
    font-size : 14pt;
    font-family : Verdana,Arial,Helvetica;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #FF9933;
    font-size : 14pt;
    font-family : Verdana,Arial,Helvetica;
    text-decoration: none;
}

#empty
{ 
 background-color: #111111;
}

