body {
		font-family : Verdana;
		font-size : 10px;
		color : #999999;
}

td {
		font-family  :  Verdana;
		font-size  :  10px;
}

a:link {
		text-decoration : none;
                color: #666666;
                font-weight: bold;
}

a:visited {
		text-decoration : none;
                color : #666666;
                font-weight : bold;
}

a:active {
		text-decoration : none;
                color : #666666;
                font-weight : bold;
}

a:hover {
		text-decoration: none;
		color: #666666;
		font-weight: bold;
}