/*BODY,table,td,th,input,ul,li,ol {
}*/

BODY { 
   background-color : #ffffff; 
   font-family : sans-serif; 
   color : #000000; 
}

TABLE { 
    empty-cells: show; 
}

    /*font-size: small;*/
TD { white-space: nowrap; } 

.indent { margin-left: 2em; }

/* largest is +3 */
.largest { font-size: 216%; }

/* larger is +2 */
.larger { font-size: 144%; }

/* large is +1 */
.large { font-size: 120%; }

/* small is -1 */
.small { font-size: 90%; }

/* tiny is -2 */
.tiny { font-size: 80%; }

/* note is used for CXC label in missions list */
.note { color: #bb0033; }

/* add class='Vizier' to highlight as Vizier-provided */
.Vizier { background-color : pink; }

/* add class='services' to highlight as services-related */
.services { background-color : lightblue; }

 
/* navpast is for the 'breadcrumb' links to previous pages
   navfuture is for the 'breadcrumb' dummy links to future steps
   navcurrent is for the 'breadcrumb' dummy links to the current page */

.navcurrent {
      color: black; 
      font-weight: bold; 
      background-color: skyblue; 
      font-size: 120%;
}
.navfuture {color: gray}
.navpast {color: blue}

ADDRESS {
   font-size : 90%;
   font-family : sans-serif; 
}

.longpage {
}

.scrolltable {
}
