/* this would shurely break in NN4.    It should be included in a way that NN4 ignores it.  *//* Probably other browsers will fail as well... *//* In the beginning it is used for http://www.subotnik.net/html/link only *//* the internal links should flow in a box on the right side */.int-link   {            float: right;            font-size: 0.5em;            background: #FFF;            color: #000;            border: medium outset #999;            /*text-align: right;*/            margin: 0em 0 1em 2em;            padding: 0.5em 0.5em 0.5em 0.8em;            width: 14em;            }             .int-link a    {            display: block;            font-size: 1.8em;            padding-left: 0.2em;            margin-left: -0.2em;            }            .int-link hr    {            display: none;            }            .int-link .sub {            display: block;            margin-left: 2em;            }             /* the small arrow in the top-left corner comes from the last line in the HTML */#top-link   {			display: block;            position: fixed;            left: 2px;            top: 2px;            background: #F93;            color: #000;            border: 2px outset #F00;            padding: 0.2em;            width: 1em;            text-align: center;            }            #top-link a    {            /*display: block;*/            font-weight: bold;            text-decoration: none;            }                         /* New style of right side navigation box, first used at /tools/bbedit/index.html */h2 {    margin-top: 0;    }   /* everything in the page except the first h1 and the internal index '.ix' */.content {	padding-right: 0;    border-right: .2ex inset #eee;    margin-right: 25ex;    }/* this excludes only WinIE5 from getting the _correct_ value */    body > .content {	margin-right: 23ex;	}    /* Internal IndeX */    .ix {    position: absolute;    top: 3.5em; right: 0;    width: 23ex;    margin-top: 0;    }    /* bug-exploit, to exclude IE5 (both Mac and Windows) */      .ix[class] {    position: fixed;    }.ix li {    margin-top: 0.1em;    margin-bottom: 0.1em;    }    .ix li ul {    margin-top: 0;    margin-bottom: 0;    }                                                   