BODY {
 background: #FFF none;
 color: #000;
 font-family: arial,verdana,helvetica,sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 margin: 0;
 padding: 0;
 text-align: left;
}

A {
 background: transparent none;
 color: #600;
 font-weight: bold;
 text-decoration: underline;
}

A:VISITED {
 background: transparent none;
 color: #666;
}

H1 {
 background: transparent none;
 color: #633;
 font-size:20px;
 font-style: italic;
 font-weight: bold;
 margin: 5px 0 10px 0;
}

H2 {
 background: transparent none;
 color: #633;
 font-size: 18px;
 font-style: italic;
 font-weight: bold;
 margin: 5px 0 10px 0;
}

H3 {
 background: transparent none;
 color: #366;
 font-style: italic;
 font-weight: bold;
 font-size: 16px;
 margin: 5px 0 8px 0;
}

H4 {
 background: transparent none;
 color: #366;
 font-weight: bold;
 font-size: 16px;
 margin: 5px 0;
}

H5 {
 background: transparent none;
 color: #366;
 font-weight: bold;
 font-size: 14px;
 margin: 3px 0 5px 0;
}

H6 {
 background: transparent none;
 color: #366;
 font-weight: bold;
 font-size: 12px;
 margin: 3px 0 5px 0;
}

HR {
 background: #C1788D none;
 border: none;
 color: #C1788D;
 height: 1px;
 line-height: 0;
 margin: 5px 0;
 padding: 0;
}

P {
 margin: 0 0 10px 0;
}

PRE {
 overflow: auto;
}

IMG { border: 0; }

INPUT, SELECT {
 font-size: 12px;
}

UL {
 margin: 0 0 0 1em;
 padding: 0;
}

*.error {
   color: red
}
