BODY {font-family: helvetica, arial, sans-serif;
background-color: black;
background: black url(http://home.nvg.org/~arj/misc/ant-tile2.gif);
color: silver;
}

PRE {font-family: lucida console, courier new, courier, monospace;
}

SAMP {font-family: lucida console, courier new, courier, monospace;
}

.iconbar {
text-align: center;
vertical-align: middle;
}

A:link{color: aqua;
}

A:visited{color: teal;
}

/*
.menubox        { color: silver;
background-color: black;
background: black url(http://home.nvg.org/~arj/misc/ant-tile2.gif);
border:1px solid black;
padding: 3px 3px 3px 3px;
margin: 10px 0px 0px 0px;
} */

A.menubox:link{color: blue;
}

A.menubox:visited{color: purple;
}


#Header {       margin:0px 0px 10px 0px;
        padding:17px 0px 0px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] +
[to
p and bottom border widths] */
        height:33px; /* 14px + 17px + 2px = 33px */
/*        border-style:solid;
        border-color:black;
        border-width:1px 0px; */

/* top and bottom borders: 1px; left and right
bor
ders: 0px */
        /* line-height:200%; */
 
/* Here is the ugly brilliant hack that protects IE5/Win from its own
stupidity.
 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value
is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds
cor
rect 
length values to user agents that exhibit the parsing error exploited above
yet 
get 
the CSS box model right and understand the CSS2 parent-child selector.
ALWAYS in
clude
a "be nice to Opera 5" rule every time you use the Tantek Celik hack
(above). */
body>#Header {height:14px;}
 
#Content {
        margin:0px 50px 10px 180px;
        /* padding:10px; */
        }
 
#Sidebar {
        /* font-size: 80%; */
        position:absolute;
        top:50px;
        left:20px;
        width:172px;
        padding:10px;
        /* line-height:17px; */
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:150px;
        }
/* Again, "be nice to Opera 5". */
body>#Sidebar {width:150px;}
