    body {
          font-size: 10px;
          line-height: 16px;
          font-family: helvetica, arial, sans-serif;
          background: #fff;
    }

    #content {
          position: absolute;
          top: 100px;
          left: 100px;
          width: 550px;
          background: #;
          color: #000;
          padding: 20px;
    }

    a {
          text-decoration: none;
          color: #4e0fce;
    }

    a:hover {
          text-decoration: underline;
          color: #4e0fce;
    }

    p.divider {
          height: 1px;
          border-bottom: none;
          margin: 5px 0 10px;
    }

    p.divider2 {
          margin: 50px 0 50px;
          border: 5px solid #000;
          width: 80%;
    }

    img {
          border: none; 
      }

    select {
          background-color: #ffffff; 
          color: #000000; font-family: Times New Roman; 
          font-size: 10px; 
          width: 100px;
      }

    ::selection {
          background: #000;
          color: #fff;
    }

    ::-moz-selection {
          background: #000;
          color: #fff;
    }

    hr {
          border: 1px solid #e7e7e7;
          background-color: #fff;
          border-style: none none solid;
          width: 95%;
      }
