var cText = '';
cText += '<br>'
cText += '<br>'
cText += '<br>'
cText += '<p ALIGN="LEFT">'
cText += ' <font face="Times New Roman" size="2" color="white"><b><a  href="index.html" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">Main</font></a></b><br><br> '

cText += '<p ALIGN="LEFT">'
cText += ' <font face="Times New Roman" size="2" color="white"><b><a  href="ARTWORKMenu.html" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">Artwork</font></a></b><br><br> '

cText += '<p ALIGN="LEFT">'
cText += '<font face="Times New Roman" size="2" color="white"><b><a ALIGN="RIGHT" href="ArtStatement.html" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">About My Art</font></a></b><br><br>' 

cText += '<p ALIGN="LEFT">'
cText += '<font face="Times New Roman" size="2" color="white"><b><a ALIGN="RIGHT" href="about.html" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">About Me</font></a></b><br><br>' 

cText += '<p ALIGN="LEFT">'
cText += '<font face="Times New Roman" size="2" color="white"><b><a ALIGN="RIGHT" href="http://karensteffano.blogspot.com" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">Blog</font></a></b><br><br>' 

cText += '<p ALIGN="LEFT">'
cText += '<font face="Times New Roman" size="2" color="white"><b><a ALIGN="RIGHT" href="contact.html" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">Contact</font></a></b><br><br> '

cText += '<p ALIGN="LEFT">'
cText += '<font face="Times New Roman" size="2" color="white"><b><a ALIGN="RIGHT" href="links.html" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">Links</font></a></b><br><br> '

cText += '<p ALIGN="LEFT">'
cText += '<font face="Times New Roman" size="2" color="white"><b><a ALIGN="RIGHT" href="news.html" style="text-decoration: none; letter-spacing: 1pt; font-variant: small-caps">News</font></a></b><br><br> '


cText += '</p>'

document.write(cText);


