/* handsticken.css
Standard-Stylesheet für Handsticken.de
Erstellt: 25.07.2009, Dorothea Bergermann
*/

@charset "ISO-8859-1";

body  { background-color:#f7f9dc;
        font-family:Helvetica,Arial,sans-serif;
        color:#000000;
        padding:0px;
        margin:0px;
      }

h1, h2, h3, h4, h5
      { color:#016414;
      }

a     { color:#108e28;
        text-decoration:none;
        font-weight:bold;
      }

p     {
        color:#000000;
      }

table { vertical-align:top;
      }

td    { vertical-align:top;
        padding-left:1em;
      }

strong {font-weight:bold;
      }

