
/*	Findmp3.org CSS.....yeaaaaaaaahhhhhhh!	*/

body {
color: #000000;
background: #FFFFFF;
}



/*	Menu unvisited links							*/
a.menulink:link {
color: #0000C0;

}

/*	Menu visited links							*/
a.menulink:visited {
color: #0000C0;

}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #0000C0;

}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF0000;

}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 15px;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: small;
color: #0000C0;

font-family: "verdana", "arial", "geneva", sans-serif;
}




/*	Links unvisited links							*/
a.link:link {
			font-family: Arial, Geneva, Lucida; 
	        font-size: 18px; 
	        font-weight: bold;
        	color: #0066CC;
			
}

/*	Links visited links							*/
a.link:visited {
 			font-family: Arial, Geneva, Lucida; 
	        font-size: 18px; 
	        font-weight: bold;
        	color: #0066CC;
			
}


span.descript {

font-family: Arial, Geneva, Lucida; 
	        font-size: 11px; 
	        font-weight: bold;
        	color: #0066CC;
			
}

td.catlist {
font-size: small;
color: #000000;

font-family: Arial, Geneva, Lucida; 
}


/*	Links active links (not widely supported)				*/
a.link:active {
			font-family: Arial, Geneva, Lucida; 
	        font-size: 18px; 
	        font-weight: bold;
        	color: #0000FF;
			
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF0000;

}

/*	Unvisited links			- side menu bar things					*/
 a:link {  
		      font-family: Arial, Geneva, Lucida; 
		      color: #0000FF;  
			  
      		
 }  

/*	Visited links								*/
a:visited {
 				font-family: Arial, Geneva, Lucida; 
		  	    color: #0000FF;  
			    
}


/*	Active links (not widely supported)					*/
a:active {
color: #0000FF;

}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF0000;

}







