/* CSS Document */
a:link {
color: #FF9933;
}
a:visited {
color: #FF9933;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #FF9933;
}
