/**
 * CSS Reset 
 */

html, body, div, span, table, tr, td, p,
b, i, s, u, strong, ul, li, a, form, img
{
 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; 
}