html, body {
          background: #fdf8a2;
          color : #000000;
          font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      }

#global {
  position:absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  margin-top: -200px;
  margin-left: -350px;
  border: 0px solid #000;
}

table {
          text-align : justify;
          font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      }
A:visited {
          color : #46197e;
          text-decoration : none;
      }
A:link {
          color : #46197e;
          text-decoration : none;
      }
A:hover {
          color : #46197e;
          text-decoration : underline;
      }

A.footer:visited {
          color : #7d7c7c;
          text-decoration : none;
      }
A.footer:link {
          color : #7d7c7c;
          text-decoration : none;
      }
A.footer:hover {
          color : #4d4d4d;
          text-decoration : underline;
      }

table#content {
            background: #fff885 url(img/pages4.jpg) repeat top;
            width:868px;
            height:422px;
            border:0px;
            color : #260a4b;
            font-size : 75%;
            line-height : 1.3em;
            font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      }
table#footer {
            background: #fff885 url(img/pages6.jpg) repeat top;
            width:868px;
            height:86px;
            border:0px;
            color : #4d4d4d;
            font-size : 70%;
            line-height : 1.1em;
            font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      }
.txtform {
            color : #4d4d4d;
            font-size : 74%;
            line-height : 1.1em;
            font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      }
.txtform2 {
            color : #4d4d4d;
            font-size : 90%;
            line-height : 1.0em;
            font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      }