<!DOCTYPE html PUBLIC "- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Print Style Cutoff Overflow Issues</title>
<style type="text/css">
div#pagewidth {
margin: 0px auto 0px auto ;
overflow: hidden ;
width: 500px ;
}
div#sitecontent {}
</style>
</head>
<body>
<div id="pagewidth">
<div id="sitecontent">
<cfloop
index="intPara"
from="1"
to="20"
step="1">
<p>
Strings of lights above the bed Curtains
drawn and a glass of red All I ever get for
Christmas is blue Saxophone on the radio
Recorded forty years ago All I ever get for
Christmas is blue When you play my song,
play it slowly Play it like I'm sad and
lonely Maybe you can solve my mystery, Wrap
me in your arms and whisper You miss me With
a man sex is miserable, But the snow is so
beautiful All I ever get for christmas is
blue It would take a miracle To get me out
to a shopping mall All I really want for
Christmas is you Let them ring the bells
They won't miss us I'll be drinking down
your kisses Deep into the night we'll go
stealing Underneath the starry ceiling
Revealing White lights on the Christmas tree
Thank God you are here with me All I ever
get for Christmas is blue
</p>
</cfloop>
</div>
</div>
</body>
</html>