.obj       {
              position: absolute;
              visibility: hidden;
              top: 0px;
              left: 0px;
              z-index: 1;
           }

.objr      {
              position: relative;
              visibility: hidden;
              top: 0px;
              left: 0px;
              z-index: 1;
           }

.liens     {
              color: #000000;
              text-decoration: none;
           }

.bodytext  {
              font-size: 90%;
              text-align: justify;
              font-family: Trebuchet MS, arial, sans-serif;
           }

.copyright {
              font-size: 75%;
              text-align: center;
              font-family: Courier New, corpus, mono;
              color=black
           }

a:link     {
              color: #0000ff;
              font-weight: bold;
              text-decoration: none;
           }

a:visited  {
              color: #0000ff;
              font-weight: bold;
              text-decoration: none;
           }

a:hover    {
              color: #000000;
              font-weight: bold;
              text-decoration: none;
           }

