A:link { color: #0864CC; /* border: none -- breaks NS 4.x */ }

A:visited, A:active { color: #005897; /* border: none -- breaks NS 4.x */ }

A:link, A:visited, A:active,A:hover { 
	font-weight : bold;
 }
 
A:hover{
	background : #F2F2F2;
	color: #0085E3;
}

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 : #002180;
}

.clrsection{
	background : #007EE1;
}