@charset "utf-8";
/* CSS Document */

.a_red{ color:#ec4d13; text-decoration:underline;}
.a_red:hover{ color:#ec7f13; text-decoration:underline; font-weight:bold;}

.a_green{ color:#1c9d4c; text-decoration:underline;}
.a_green:hover{ color:#1c9d4c; text-decoration:underline; font-weight:bold;}

.a_hei{ color:#666666; text-decoration:underline;}
.a_hei:hover{ color:#666666; text-decoration:underline; font-weight:bold;}

.a_hei1{ color:#666666; text-decoration:none;}
.a_hei1:hover{ color:#666666; text-decoration:underline; font-weight:bold;}

.a_yello{ color:#ec8813; text-decoration:underline;}
.a_yello:hover{ color:#ec8813; text-decoration:underline; font-style:italic;}

.a_green1{ color:#00a33d; text-decoration:underline;}
.a_green1:hover{ color:#00a33d; text-decoration:underline; font-weight:bold;}

.a_green2{ color:#00a33d; text-decoration:underline; font-size:13px;}
.a_green2:hover{ color:#00a33d; text-decoration:underline; font-size:13px; font-weight:bold;}

.a_green3{ color:#00a33d; text-decoration:underline; font-size:10px;}
.a_green3:hover{ color:#00a33d; text-decoration:underline; font-size:10px; font-weight:bold;}

/*这个要是增加的话，就把两行一复制，只把color后面的颜色值改一下，把前面的名字换一下就可以了*/