A:link { color: #DE0000; /* border: none -- breaks NS 4.x */ }

A:visited, A:active { color: #B70000; /* border: none -- breaks NS 4.x */ }

A:link, A:visited, A:active,A:hover { 
	font-weight : bold;
 }
 
A:hover{
	background : #F5F5F5;
	color: #FF0909;
}

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 : #5A0000;
}

.clrsection{
	background : #F00000;
}
