/* Dragonfly css - Hand coded by Peter S - Nov 2008 */

/* body */
BODY {
      background-color : black;
      font-family : futura, Arial, Helvetica, sans-serif;
      font-size: 80%;
      color : white;
      margin-left: 60px; 
      margin-top: 30px;
      }

/* H1 */
h1 {color: #ffffff}
h1 {text-align: left}
h1 {font-family: futura}
h1 {font-size: 100%}
/* H2 */
h2 {color: #ffffff}
h2 {text-align: left}
h2 {font-family: futura}
h2 {font-size: 100%}
/* H3 */
h3 {color: #d0d0df}
h3 {text-align: left}
h3 {font-family: futura}
h3 {font-size: 100%}
/* p */
p {color: #ffffff}
p {text-align: left}
p {font-family: futura}
p {font-size: 100%}
/* Link appearance */
a:link {color:white;text-decoration:none;}
a:visited {color:white;text-decoration:none;}
a:hover {color:grey;text-decoration:underline;}
a:active {color:white;text-decoration:none;}
/* paragraph line height */
p.big {line-height: 100%}
