body,td,th {
        font-family: Tahoma;
        font-size: 12px;
}
a:link {
        color: #000000;
        text-decoration: underline;
}
a:visited {
        text-decoration: underline;
        color: #000000;
}
a:hover {
        text-decoration: underline;
        color: #FF6600;
	font-weight: bold;
}
a:active {
        text-decoration: none;
        color: #FF6600;
	font-weight: bold;
}