/* http://www.quoiqueux.org */

body {
       font-size: large;
       color: #000000;
       background-color: #ffdfbf;
       }

img{
     border: 0;
     border-style: none;
     border-width: 0px;
     }

iframe {
         border-style: none;
         border-width: 0px;
         }

h1 {
     margin-bottom: 0px;
     line-height: 75px;
     }

#logoqqx { 
           position: absolute;
           left: 0px;
           padding-left: 17px;
           padding-top: 7px;
 }

.positive {
            color: #000000;
            background-color: #ffbf7f;
            }

.negative {
            color: #ffffff;
            background-color: #a52196;
            }

.positive a {
              text-decoration: underline;
              color: #a52196;
              background-color: transparent;
              }
.positive a:active {
                     text-decoration: underline;
                     color: #a52196;
                     background-color: transparent;
                     }
.positive a:visited {
                      text-decoration: underline;
                      color: #000000;
                      background-color: transparent;
                      }
.positive a:hover {
                    text-decoration: underline;
                    color: #ff0000;
                    background-color: transparent;
                    }

.negative a {
              text-decoration: underline;
              color: #ffbf7f;
              background-color: transparent;
              }
.negative a:active {
                     text-decoration: underline;
                     color: #ffbf7f;
                     background-color: transparent;
                     }
.negative a:visited {
                      text-decoration: underline;
                      color: #ffffff;
                      background-color: transparent;
                      }
.negative a:hover {
                    text-decoration: underline;
                    color: #ff0000;
                    background-color: transparent;
                    }

.home {
        text-align: center;
        }

