
/* Global properties. */
BODY 			{font-family: sans-serif;
			 color: rgb(250,250,250);
			 background-color: rgb(0,0,0);}
H1			{text-align: center;}
H1, H2, H3, H4,
H5, H6, DT 		{page-break-after: avoid;}
A                       {text-decoration: none;
                         color: rgb(200,200,200);}
A:hover                 {color: rgb(240,0,0);}

/* Properties for image pages. */
BODY.image		{margin-left: 0.5%;
			 margin-right: 0.5%;}
.image-image		{text-align: center;}
.image-caption		{font-style: italic;
                         text-align: center;
			 margin-left: 10%;
			 margin-right: 10%;}
.image-nav		{background: rgb(50,50,50);}

/* Properties for TOC pages. */
BODY.toc		{margin-left: 2%;
			 margin-right: 2%;}
H1.toc			{text-align: left;}
.toc-entry		{text-align: left;
			 text-indent: 10%}
