
* {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000;
}
   html, body,
   div, p, form, input, ul, ol, dl, dt, dd, li,
   h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
   }

   p, ul, ol {
      margin-bottom: 1em;
   }
   ul, ol {
      margin-left: 2em;
   }


a {
   color: #66457c;
}

img {
   border: 0;
}
   img.icon {
      vertical-align: middle;
   }

table {
   clear: both;
   border: 0px;
   border-spacing: 0;
   border-collapse: collapse;
}
   td {
      vertical-align: top;
   }


input {
   width: 200px;
}
   input#submit {
      width: auto;
   }
   input.small {
      width: 50px;
   }
   
textarea {
   width: 340px;
   height: 120px;
}


#content {
   line-height: 1.5em;
   text-align: justify;
}
   h1 {
      padding-bottom: 16px;
      font-size: 16px;
      font-weight: normal;
      color: #a974aa;
   }
