@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body, html { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color: #666; background-color: #FFF; }

p { }
h1, h2, h3, h4 { font-weight: bold; }
h1 { font-size: 100%; }
h2 { font-size: 100%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }
a, a:visited { text-decoration: none; }
a:hover, a:active, a:focus { }
