* {
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   font-size: 12px;
   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: blue;
}

img {
   border: 0;
}

img.icon {
   vertical-align: middle;
}

table {
   clear: both;
   border: 0px;
   border-spacing: 0;
   border-collapse: collapse;
}

h1,
h2,
h3 {
   font-weight: normal;
   color: #000;
   margin-bottom: 0.5em;
}
   h1 { font-size: 18px; margin-bottom:20px; }
   h2 { font-size: 20px; font-style:italic; margin-bottom:30px; }
   h3 { font-size: 15px; margin-bottom: 0; }

h4,
h4 a {
   font-size: 13px;
   color: #000;
   text-decoration: none;
}
   h4 a:hover {
      text-decoration: underline;
   }
