body
        {
        background-attachment:fixed;
        }
a
        {
        color:#0000FF;
        text-decoration:none;
        }

a:hover
        {
        color: #000099;
        text-decoration:underline;
        }

a:visited
        {
        color: #0000FF;
        text-decoration:none;
        }

a:active
        {
        color: #000099;
        text-decoration:none;
        }

a:visited:hover
        {
        color: #000099;
        text-decoration:underline;
        }


/* Boards */

.board
    {
      background-color: #EFEFEF;
      border: solid 1px #C0C0C0;
      font-family: Verdana;
      font-size:9pt;
      padding-left: 10px;
      padding-right: 10px;
    }
.board_over
    {
      font-family: Verdana;
      font-size:10pt;
      height: 25px;
    }


.font_gross
        {
        font-family: Verdana;
        font-size:12pt;
        }
.font_gross_bold
        {
        font-family: Verdana;
        font-size:12pt;
        font-weight: bold;
        }
.font_gross2_bold
        {
        font-family: Verdana;
        font-size:14pt;
        font-weight: bold;
        }
.font_standard
        {
        font-family: Verdana;
        font-size:10pt;
        }
.font_standard_bold
        {
        font-family: Verdana;
        font-size:10pt;
        font-weight: bold;
        }
.font_klein
        {
        font-family: Verdana;
        font-size: 8pt;
        }
.font_klein_bold
        {
        font-family: Verdana;
        font-size: 8pt;
        font-weight: bold;
        }
.input_klein
        {
        font-family: Verdana;
        font-size: 8pt;
        text-decoration:none;
        }
.input_normal
        {
        font-family: Verdana;
        font-size: 9pt;
        font-weight: normal;
        text-decoration:none;
        }
.input_baby
        {
        border: 0px solid;
        font-family: Verdana;
        font-size: 8pt;
        background-color: #D4D0C8;
        color:#0000FF;
        }
.input_dispo
        {
        border: 0px solid;
        font-family: Verdana;
        font-size: 8pt;
        background-color: #CECECE;
        color:#000000;
        text-align:left;
        }
