add_action('wp_head','hook_css');

function hook_css() {

	$output="";

	echo $output;

}