Dependencies = []

def execute(macro, args):
	style="background: orange"
	return ('<span style="%s">' % style) + args + '</span>'
