/*
   This file contains CSS styles for the UNIX DjVu Plug-In Help.
   Please avoid editing the HTML files with Netscape HTML editor.
   It will break things.
*/

body, td, th, p, a, h2, h3, h4, ol, ul, table {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
}

body { background-image: url(back.jpg); }

tt { font-family: courier; }

th {
   font-size: 120%;
   font-weight: normal;
   color: white;
   background-color: #336699;
   text-align: center;
}

p { text-indent: 3ex; }

p, .right, .left, ul, ol, h3, h4 {
   margin-left: 3ex;
   margin-right: 3ex;
   margin-bottom: 0ex;
}
    
p, ul, ol { text-align: justify }

.right { text-align: right }

.left { text-align: left }

.center { text-align: center }

td p {
   text-indent: 0pt;
   margin-left: 1ex;
   margin-right: 1ex;
}

td h2 {
   color: white;
   background-color: #336699;
   font-size: 120%;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   line-height: 1.2ex;
   padding-top: 1ex;
   padding-bottom: 1ex;
   margin-top: 0;
   margin-bottom: 0;
}

.h2back { background-color: #336699; }

h3 {
   text-align: center;
   font-size: 120%;
   font-weight: bold;
   color: #000099;
   margin-bottom: 1ex;
}

h4 {
   text-align: left;
   font-size: 100%;
   font-weight: bold;
   font-style: italic;
   color: #000099;
   margin-bottom: 1ex;
}

.row1 { background-color: #eeeeee; }
.row2 { background-color: #ffffff; }

.image {
   text-align: center;
   text-indent: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 2ex;
}

.table {
   align: center;
   text-align: center;
   margin-right: 4ex;
   margin-left: 4ex;
   margin-top: 1.5ex;
   margin-bottom: 1.5ex;
}

.hdtable {
   align: center;
   margin-right: 2ex;
   margin-left: 2ex;
}

