﻿/*整体设置*/
*{font-family:"宋体"; margin:0; padding:0; list-style:none; font-weight:400}

img{ border:none}
font{ font-size:inherit}
body{ margin:0 0 0 2px; width:1000px;color:#626262; font-size:12px;}
html{ overflow-y:scroll; overflow-x:hidden}


/*对齐方式*/
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both}
.tl{ text-align:left}
.tr{ text-align:right}
.tc{ text-align:center}
.mc{ margin:0 auto}
.margin0{ margin:0}
.border0{ border:none}
.padding0{ padding:0}

/*超链接*/
a{ text-decoration:none; color:#6B6B6B}
a:hover{ text-decoration:none; color:#EE783A}


.greed a{ text-decoration:none; color:#26AC3B; font-size:12px}
.greed a:hover{ text-decoration:underline; color:#EE783A; font-size:12px}



