a,a:active,a:hover,a:link,a:visited,html{
    color:#666
}
a,input:focus{
    outline:0
}
legend,strong{
    color:#000
}

blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{
    margin:0;
    padding:0
}
table{
    border-collapse:collapse;
    border-spacing:0
}
fieldset,img{
    border:0
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:400
}
ol,ul{
    list-style:none
}
caption,th{
    text-align:left
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:400
}
q:after,q:before{
    content:''
}
abbr,acronym{
    border:0;
    font-variant:normal
}
sup{
    vertical-align:text-top
}
sub{
    vertical-align:text-bottom
}
input,select,textarea{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit
}
::selection{
    color:#fff;
    background-color:#000
}
::-moz-selection{
    color:#fff;
    background-color:#000
}
::-webkit-selection{
    color:#fff;
    background-color:#000
}
::-ms-selection{
    color:#fff;
    background-color:#000
}


/*字体后缀和浏览器有关，如下所示

* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 

* .EOT，适用于Internet Explorer 4.0+ 

* .SVG，适用于Chrome、IPhone 

*/

@font-face {
    font-family: 'Gufont';
    /* src: url('../fonts/Coca-ColaCareFont-TextMedium.TTF'); */
    src: url('../fonts/Coca-ColaCareFont-TextLight.TTF');
    font-weight: normal;
    font-style: normal;
}


html{font-family: 'Gufont';    background-color: #FFF;}
