body{
 background-image: url('/images/bg_surgery.jpg');
 background-repeat: repeat;
}


/*black text link*/
a.blacktext:link {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-transform: none;
	
}

a.blacktext:visited {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-transform: none;
}

a.blacktext:hover {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	text-transform: none;
}
