Why does stylesheet_link_tag default to :media => 'screen'!

Hi all -

Can anyone tell me why stylesheet_link_tag defaults to :media =>
‘screen’
instead of ‘all’ (or just leaving it out alltogether).

Seems odd since I would think by default I’d want my page printed out
the
same way it looked on the screen…

Anyone know why that default was chosen?

-philip