>>>>> In article <[EMAIL PROTECTED]>, Michael Laing >>>>> <[EMAIL PROTECTED]> writes:
ML> \documentclass[10pt,letterpaper]{letter}
ML> \usepackage[latin1]{inputenc}
Try using
\usepackage[T1]{fontenc}
ML> \usepackage{times}
You are using times, which is postscript, which uses T1 encoding. So
there should be no harm in activating T1 for the hole document.
--
Until the next mail...,
Stefan.

