A:link { color: #C89100; /* border: none -- breaks NS 4.x */ }

A:visited, A:active { color: #976E00; /* border: none -- breaks NS 4.x */ }

A:link, A:visited, A:active,A:hover { 
	font-weight : bold;
 }
 
A:hover{
	background : #FFFEE8;
	color: #E7A600;
}

A:link IMG, A:visited IMG { border-style: none }

A IMG { color: white } /* The only way to hide the border in NS 4.x */

.drksection{
	background : #735500;
}

.clrsection{
	background : #F4B200;
}