
/* $Id: ContactForm.css,v 1.7 2003/04/06 02:19:59 Gunnar Hjalmarsson Exp $
*/

p, h1, body { font-family: arial, helvetica, sans-serif }

p, body { background: #ffffff; color: black; line-height: 120%}

p { font-size: 12/14; }

h1, h2, h3, h4, h5, h6
{
    background: #ffffff;
    color: #000000;
    font-size: 19px;
}

input, textarea {
    font-family: 'courier new', monospace;
    font-size: 14px;
    background: white;
    color: black;
}

TD, TH, .BOD, FONT
        { font-family: arial, helvetica, sans-serif;
          font-size: 16px;
          line-height: 24px;
          margin-left: 0px;
          margin-right: 0px;
          color: black;
          background-color: white;
        }

.halign, td p.returnlink { text-align: center }

.error { color: #cc6600; background: none }

input.button {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0.1em;
    background: #ddeeff;
    color: black;
}

input.button:hover { background: white; color: black }

a         { color: #4c5ea8; background: none }
a:visited { color: #4c5ea8; background: none }
a:active  { color: #cc6600; background: none }
a:hover   { color: #cc6600; background: none }



