	
table 
   {background-repeat : no-repeat}

td#links
   {border-bottom: none;
	border-left: 1px gray solid;
	border-right: none;
	border-top: none;
	color: gray;
	font-family : Verdana, Helvetica;
	font-size : 8pt;
	height: 40px;
	letter-spacing: +2px;
	padding-bottom: 25px;
	padding-right: 10px;
	text-align : left;
	text-decoration: underline}

a:link 
   {color:gray}

a:hover
   {color: blue;
    text-decoration: underline}

a:active 
   {color: blue}

a:visited
   {color: #ff8a30;
    text-decoration: underline}
