export LESS_TERMCAP_us=$'\e[32m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_md=$'\e[1;31m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS=-R
Results in: http://i.imgur.com/MRKEm.pngHowever when you're spending hours reading, scrolling and jumping all over a man page like I've been doing with tmux the last few days, smooth scrolling of a web browser is nicer. And the right-hand section outline helps too :)
http://localhost/cgi-bin/man/man2html
At least on Ubuntu, after apt-get install apache2, the URL above works.