
 
/*
General CSS for the demos of DHTMLSuite
*/
a{
	color:red;
	text-decoration:underline;
	
	
}
a:hover{text-decoration:none; 
 color:#900; 
 }

