/* CSS Document */
A:LINK {
color : Yellow;
text-decoration: none
} 
A:VISITED {
color : Yellow;
text-decoration: none
} 
A:HOVER {
color : Yellow;
text-decoration : underline;
} 
A:ACTIVE {
color : Yellow;
text-decoration: none
}

A.arnis:LINK {
color: #000066;
text-decoration: none
} 
A.arnis:VISITED {
color :  #000066;
text-decoration: none
} 
A.arnis:HOVER {
color :  #000066;
text-decoration : underline;
} 
A.arnis:ACTIVE {
color :  #000066;
text-decoration: none
}

A.dachengquan:LINK {
color: #FF6600;
text-decoration: none
} 
A.dachengquan:VISITED {
color :  #FF6600;
text-decoration: none
} 
A.dachengquan:HOVER {
color :  #FF6600;
text-decoration : underline;
} 
A.dachengquan:ACTIVE {
color :  #FF6600;
text-decoration: none
}
