var cText = ''


cText += '<link rel="SHORTCUT ICON" href="favicon.ico";>'


cText += '<style type="text/css">'

cText += 'p {font-family: verdana;font-size:65%; margin-left:5px;margin-right:5px}'
cText += 'p1 {font-family: verdana;font-size:175%}'
cText += 'p2 {font-size:320%;font-family: verdana; font-weight:bold}'
cText += 'p3 {font-size:30%;font-family: verdana}'
cText += 'a {text-decoration: none; color: black}'
cText += 'a:hover {color: pink}'

cText += '</style>'

cText += '<TITLE>Styx förlag</TITLE>'

document.write(cText)


