.top2 {
	font-size: 14px;
	padding: 2px;
	background-color: #000000;
	font-weight:bolder
        
        
	
}

.ads {

	background-color: #FFCC00;
        font-size: 11px;
	text-align: center;
        link colour: #0000FF
	
}
	
.style1 {
	font-size: 12px;
	link color: #000000;
	text-align: left;
	font-weight:bolder

	
}

a:link, a:visited {
   color: #000000;
   text-decoration: none;
}
a:hover,a:active  {
   text-decoration: none;
   color: #FF0000;
}
a:focus { color: red; background-color: orange }

