/* CSS reset */
/* RESET *******************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,span{
    margin:0;
    padding:0;
}
body{
    font: Arial, Helvetica, sans-serif;
}
table{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
}
fieldset,img{
    border:0;
}
ol,ul,dl{
    list-style-type:none;
}
caption,th{
    text-align:left;
}
img{
    border:0;
}
a{
    outline:none;
}
