http://burstpouch.com/company.php
i was transferring tags to an external/linked CSS defns file. When defined inline inside the php (html) file, the Verdana font displayed perfectly.
i cut and pasted to the external file, and it does not work.
body,td,th {
font-family: Verdana, Geneva, sans-serif;
what am i doing wrong??
thanks!