A { text-decoration: none }
TH { background-color: #FF88AA }
H1, H2, H3 { font-family: sans-serif; color: #F46 }  
H1 { font-size: 20pt; font-weight: bold }
H2 { font-size: 16pt; font-weight: bold }
H3 { font-size: 12pt; font-weight: bold }
TABLE { caption-side: bottom}
BODY { background-image: url(bg.gif) }
TD#COMPLETE { background-color: blue; padding: 0; border-width=1 }
TD#INCOMPLETE { background-color: white; padding: 0 0 0 3; border-width=1 }


/* Formats for javadoc */
/* Table colors */
.TableHeadingColor     { background: #FF88AA } /* Dark mauve */
.TableSubHeadingColor  { background: #DD99BB } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameItemFont    { font-size: 10pts; font-family: Helvetica, Arial, san-serif }

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#DD99BB;}/* Light mauve */
.NavBarCell1Rev { background-color:#FF88AA;}/* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
