/**
 * CSS Reset 
 */

* {
 font-size:12px;
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 color:#000000;
}


html, body, div, span, table, tr, td, p,
b, i, s, u, strong, ul, li, a, form, img,
h1, h2, h3, h4, h5, h6, label, legend, fieldset
{
 margin:0px;
 padding:0px;
}

a {
 text-decoration:none;
}

a:active {
 outline:none;
}

a:hover {
 text-decoration:underline;
}

ul {
 list-style-type:none;
}

img {
 border:0px; 
}
