/**
 * CSS Reset 
 */

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;
 color:#2E81C0;
}

a:hover {
 text-decoration:underline;
 color:#2E81C0;
}

a:active {
 outline:none;
}

ul {
 list-style-type:none;
}

img {
 border:0px; 
}

.clear {clear:both;}