/*------------------------------------------------------------------------------------------------------------------
                                                      TYPOGRAPHY                    
------------------------------------------------------------------------------------------------------------------*/
body                                { font-family: Arial, Helvetica, sans-serif; }
p, li                               { font-family: Arial; font-size: 12px; line-height: 19px; margin: 0 0 10px 0; color:white; }
a, a:visited                        { color: #fdb913; }
a:hover                             { color: white; }
h1                                  { font-size: 36px; font-weight: bold; }
h2                                  { font-size: 28px; font-weight: bold; }
h3                                  { font-size: 26px; font-weight: bold; }
h4                                  { font-size: 20px; font-weight: bold; }

ul {
  list-style: circle inside;
  margin-left:13px;
}

li {
  list-style: url(../images/about_bullets.png) inside;
  text-indent:-13px;
  list-style-position:none;
}