@charset "utf-8";
/* CSS Document */
A:link { 
text-decoration: underline;
color: #660000;
}
A:hover { 
text-decoration: none;
}
A:visited { text-decoration: underline; color:#660000;} 
A:active { text-decoration: underline; color: #FF9900;}

