A:link { color: #DE5E00; /* border: none -- breaks NS 4.x */ }

A:visited, A:active { color: #8C4800; /* border: none -- breaks NS 4.x */ }

A:link, A:visited, A:active,A:hover { 
	font-weight : bold;
 }
 
A:hover{
	background : #FFF1D4;
	color: #DF750B;
}

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 : #8c4800;
}

.clrsection{
	background : #f38b1d;
}