/* ===== * ===== * ===== * ===== *
	Reset
 * ===== * ===== * ===== * ===== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
margin: 0;
padding: 0;
}

table{
border-collapse: collapse;
border-spacing: 0;
}
	
ul,ol{
list-style-type: none;
}

fieldset,img{
border: 0;
}	

img{
vertical-align: top;
}



body{
background: #fff;
color: #666;
font-size: 77%;
line-height: 1.5;
text-decoration: none;
}
a:link{
color: #0dabff;
text-decoration: none;
}
a:visited{
color: #40bdff;
text-decoration: none;
}
a:hover{
color: #0dabff;
text-decoration: underline;
}
a:active{
color: #0dabff;
text-decoration: underline;
}

