/* CSS Mini Reset */

html, body, div, form, fieldset, legend, label, ul, li, dt, dd
{
 margin: 0;
 padding: 0; 
}

body
{
 width:100%;
 height:100%;
} 

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

ul, ol , li
{
 list-style:none; 
}

a { text-decoration:none; }  

img, fieldset { border: 0; }