
<html>

<head>
<style type="text/css">
	body {color:black; background: white;}
        body {font-family: Verdana, Times New Roman, Times, serif;}
        P {font-size: 100%;}
        h1, h2 {font-family: Verdana, "Times New Roman", Times, serif;}
	h1 {font-size: 200%;}
	h2 {font-size: 150%;}
	h3 {font-size: 100%;}
	:link {color: rgb(0,0,153)} /* for unvisited links */
        :visited {color: rgb(105,105,105)} /* for visited links */
	:active {color: rgb(255,0,102)} /* when link is clicked */
	:hover {color: rgb(0,96,255)} /* when mouse is over link */
        body {background-image: url("spiralbook.jpg")}
	body {background-repeat: repeat-y}
</style>
</head>

