html,body,div,span,h1,h2,h3,h4,h5,h6,
p,a,font,img,b,u,i,ol,ul,li,fieldset,form,
table,td,tr{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-size: 62.5%;
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,sans-serif;*/
    /*line-height: 2em;*/
}


ol,ul {list-style: none;} /*Bỏ đi mấy cái list style của ol và ul*/

a {
    text-decoration: none; /*Bỏ hiệu ứng gạch chân*/
}

a img {
    border: none; /*Bỏ border img nếu dùng ảnh làm link*/
}

:focus {
    outline:0;
}
input[type="submit"]:hover

