I used this one:
Response.Write "</head>" & vbNewLine & "<body bgproperties=""fixed"" background=""../images/aofish_back.gif""" &
" bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" &
strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor &
""">" & vbNewLine & _
In the file INC_HEADER.ASP.
In fact it is a one-liner, but for layout reasons I have broken it down for this post.