<style><!--

  TR {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
}

TD {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
}


TABLE {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
}


SELECT {
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
   background-color : #000000; 
   border-width : 1px; 
   border-color : #000000; 
}


RADIO {
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
   border-width : 1px; 
   border-color : #000000; 
}


P {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
}


INPUT {
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
   background-color : #ffe4c7; 
   border-width : 1px; 
   border-color : #0000000; 
}


DIV {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
}

BODY {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
   text-decoration : none; 
   scrollbar-base-color: #926700;
   scrollbar-shadow-color: #926700;
   scrollbar-highlight-color: #926700; 
   scrollbar-3dlight-color: #926700; 
   scrollbar-darkshadow-color: #926700;
   scrollbar-track-color: #926700; 
   scrollbar-arrow-color: #ffe4c7;
}

A:visited {
   font-style : normal; 
   font-weight : italic; 
   font-size : 10px; 
   font-family : verdana; 
   color : #ffe4c7; 
   text-decoration : none; 
}


A:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
   text-decoration : underline + overline; 
}


A:active {
   font-style : normal; 
   font-weight : bold; 
   font-size : 11px; 
   font-family : verdana; 
   color : #ffe4c7; 
   text-decoration : underline; 
}


A {
   font-style : normal; 
   font-weight : bold; 
   font-size : 10px; 
   font-family : verdana; 
   color : #000000; 
   text-decoration : none; 
}

b, strong {color: #ffe4c7;}
i, em {color:#ffe4c7;}

  -->

</style>

<script language="JavaScript1.2">
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//--></script>



<meta content="progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=50, 
Duration=2)" http-equiv="Page-Exit">

<SCRIPT>
  <!-- Hide from old browsers

  // All you have to do is put another text in the variable message.
  // Don't forget to break all lines with a ^
  // When you do not place a ^ at the end of all the message, the
  // message will not repeat

  message     = "simply artistic^" + "version 6.0^"

  scrollSpeed = 25
  lineDelay   = 1500

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)
  </SCRIPT>
