Changing selection color via CSS
Imported From: http://groups.google.com/group/in-portal-resources/browse_thread/thread/b5e3384123d5ebaf#
Did you knew, that you can change the background color of page text
selection, that user does via following css:
::selection, *::-moz-selection, .highlight{
1. background-color: #FEEA36;
}