Arduino Micro timers->pwm's->pins relation

Hello,
I want to know which timers controls which sets of pwm's on Arduino Micro board, I'm new to Arduino, had search with google but didn't found it.

The linked worksheet can show you the arduino pin number Vs useage column such that you can determine what pwm output pin is associated with which timer output for both 328P and 1280/2560 based boards.
https://spreadsheets.google.com/pub?key=rtHw_R6eVL140KS9_G8GPkA&gid=0
Lefty

does the 168/328 standard hold for the Atmega32U4 that the Micro and leonardo are based off of?

I'm porting some code and trying to keep my watchdog functionality running without stepping on my PWM's
but am about to find out via trial and error if i can't find ye olde documentation.

P.S. thanks Lefty, you're the best.