@charset "utf-8";
/* CSS Document */

/* This is a basic stylesheet that removes all of the crappy default rules that browsers have */

*{
 margin: 0;
 padding: 0;
 font-family: Verdana, Helvetica, Arial, sans-serif;
}

a img {
 border: none;
}

h1, h2, h3, h4, h5, h6 {
 font-size: medium;
 font-weight: normal;
 font-style: normal;
}


