/* The Art of Unix Usability stylesheet */

/* background image for all TAOUP pages */
body
{
	background-color: #e5dccc;
	color: #000000;
	/* background-image: url(graphics/linen2d.jpg); */
}

a[href]:link    {color: #0000cf;}
a[href]:visited {color: #51188e;}
a[href]:active  {color: #ff0000;}

/* sans-serif fonts for titles */
h1, h2, h3	{font-family: Helvetica, Univers, sans-serif}

/* center informal tables */
div.informaltable {text-align: center;}
div.informaltable table {margin: 0 auto; text-align: left;}

/* illustrations */
.caption	{font-size: small;} */
.mediaobject	{text-align: center;}
