Styling G-mail with User CSS?

Has anyone tried to apply user CSS to the message display area in G-mail? I’d love to have a nice fixed-width font there.

UPDATE: This works:

#msgs div.msg div.mb {
font-family: monaco;
font-size: 10px;
}

Thanks to View Selection Source in Firefox to providing the proper selectors.