body	{   color: black;
	    background-color: white;
	    background-image: url(/images/page-roll-under.jpg);
	    background-repeat: repeat-y;
	}

article,
footer {
	    padding-left: 32px;
	}

h1	{ color: maroon;			}
h2	{ color: navy;				}
h3	{ color: green; margin-left: 1em	}
h4	{ color: black; margin-left: 2em	}

p,
ul,
ol,
dl	{ margin-left: 2em }

dl p,
dl ul,
dl ol	{ margin-top: 1ex; margin-left: 0; }

dt	{ margin-top: 1ex; }

a:link		{ color: blue;	}
a:active	{ color: red;	}
a:visited	{ color: navy;	}

cite.filename	{ color: navy;	}

pre	{ margin-left: 4em; }

ul	{
	    display:			block;
	    list-style-type:		disc;
	    list-style-position:	outside;
	    list-style-image:		url("/icons/ball.yellow.gif");
	}

td, th
	{
	    vertical-align:	top;
	    text-align:		left;
	    background-color:	#E0E0E0;
	    font-weight:	normal;
	}

th	{
	    background-color:	#A6CAF0;
	    font-weight:	bold;
	}

.code,.html	{ color: navy; }

.figure	{ text-align: center; }
