/***
 *** Ideally, a good writer surmounts egoism by expressing truth with clarity.
 *** In practice, the temptation to showy prose has been the downfall of many an
 *** author. It was to safeguard truth, by providing a harmless outlet for
 *** idiosyncratic excess, that style sheets were invented.
 ***
 *** This style sheet is invoked from an HTML document with the tag:
 ***	LINK REL=STYLESHEET TYPE="text/css" HREF="takeone.css"
 ***
 *** Copyright 1999, 2000 SCRVPVLVS. All rights reserved.
 ***/

/***
 *** Wash the canvas.
 ***/

    body { background-color: white; margin-left: 0.5in; background-image: url(spiral.jpg); background-repeat: repeat-y }
    img { border: 0 }

/***
 *** Draw the text.
 ***/

    body { color: black }
    body { font-family: courier new, monospace }
    body, th, td { font-size: 10pt }
    h1 { font-size: 48pt }
    h2 { font-size: 16pt }

/***
 *** Add emphasis.
 ***/

    a { text-decoration: none; background: #ffff00; font-weight: bold; color: red }
    a:visited { background: none }
    q { font-style: italic }

/***
 *** List style.
 ***/

    /* .textbullet { list-style-image: url(text.xbm) } */

/***
 *** Table style.
 ***/

    // This results in consistent solid 2pt cell boundaries with IE5.0.
    table, th, td { border: solid 1pt black }
