@font-face {
    font-family: "poker_font";
    src: url('/skin/fonts/poker_font.eot');
    src: url('/skin/fonts/poker_font.eot') format('embedded-opentype'),
    url("/skin/fonts/poker_font.ttf") format("truetype"),
    url("/skin/fonts/poker_font.woff") format("woff"),
    url("/skin/fonts/poker_font.svg") format("svg");
    font-weight: normal;
}

body, p, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "poker_font", 'Hiragino Sans GB', 'microsoft yahei', arial, sans-serif;
    color: #B38549;
    list-style: none;
}

a {
    color: #b38549;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #DDBD8A;
}

input, img {
    border: 0 none;
    outline-style: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.font_arial {
    font-family: Arial;
!important;
}

em {
    font-style: normal;
}
