A:visited {
   text-decoration : none; 
}
A:link {
   text-decoration : none; 
}
A:hover {
   color : #c60;
   background-color : #000;  
   text-decoration : underline; 
}
A:active {
   text-decoration : none; 
}
.main {
   font : 11px/15px verdana, arial, helvetica, sans-serif; 
   margin-bottom : 10px; 
   }
.miny {
   font : 0.6em geneva, arial, sans-serif; 
}
h1 {
	font : 16px georgia, times new roman, times, serif;
	font-weight : bold;
	color : #fff;
}
