﻿/* Reset */
* { 
    /* position:relative; Don't set this, IE6 cries like a little baby */
    margin:0px; 
    padding:0px; 
    background:transparent none;
    background-repeat:no-repeat;
    vertical-align:top;
}

html { overflow:auto; } /* Removes disabled vertical scrollbar in IE7 */

ul { list-style-type:none; }

img { border:none; }

div { position:relative; }

textarea { overflow:auto; } /* Removes scrollbar in IE7 */


/* Resetting font-sizes */

* { 
    font-size:12px; /* this is so all fonts render the same if a specific size hasn't been set elsewhere */
}

/* Reset for heading tags */
h1 { font-size:30px !important; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:18px; }
h5 { font-size:14px; }
h6 { font-size:10px; }
