a:link {
font-size: 10px;
color: #ff9900;
text-decoration: none;
}

a:visited {
font-size: 10px;
color: #ff9900;
text-decoration: none;
}

a:hover {
font-size: 10px;
color: #ff9900;
text-decoration: underline
}

a:active {
font-size: 10px;
color: #ff9900;
text-decoration: underline
}


