body        {
             font-family: tahoma; sans-serif;
             background: #003366;
            }
h1          {
             clear: none;
             border-bottom: solid blue 2px;
            }
h2          {
             clear: both;
             color: #003366;
            }
img.planets {
             float: left;
             margin: 1em;
            } 
table       { 
             border: solid black 1px;
             font-family: "Courier New";
             margin-left: auto;
             margin-right: auto;
            }
td          {
             font-size: smaller;
             border: solid black 1px;
             padding: 2px;
             text-align: right;
             white-space: nowrap;
            }
td.text     {
             text-align: left;
             white-space: normal; 
             font-family: "Papyrus", verdana, sans-serif; 
            }
th          {
             font-family: tahoma, sans serif;
             background: gray;
             font-size: smaller;
             vertical-align: center;
            }
#container  {
             width: 48em;
             position: absolute;
             left: 50%;
             top: 1em;
             margin: 0 0 0 -24em; 
             border: solid black 2px;
/*             margin-left: auto;
             margin-right: auto;  */
             background: white;
            }
#innerContainer {
             background: url("images/SolarSystem/solarsys.gif");
             background-repeat: no-repeat;
             background-position: top right;
             margin: 1em;
            }
.fnote      {
             font-size:smaller;
            }
blockquote  {
             margin: 1em;
             font-family: "Papyrus";
             background: #CCCCCC;
             clear: both;
             padding-left: .5em;
             padding-right: .5em;
             border: solid black 1px;
            }
blockquote p {
             margin: 0;
            }
caption     {
             font-family: sans-serif;
             font-size: small;
             font-weight: bold;
            }
col#planetNames   {
             background: #CCCCCC;
            }
col.text    {
             font-family: "Papyrus", sans-serif;
            }
col.numeric {
             font-family: "Courier New";
            }
.planetNav  {
             background: black;
             color: white;
             text-align: center;
             margin-right: -1em;
             margin-left: -1em;
             margin-bottom: 0;
            }
.planetNav a {
             color: #F90;
             text-decoration: none;
            }
.planetNav a:hover {
             text-decoration:underline;
            }
.planetNav a:visited {
/*             color: orange; */
            }
#topNav     {
             margin-top: -1em;
             padding-bottom: .2em;
            }
#bottomNav  {
             margin-bottom: -1em;
            }
img         {
             border: 0;
            }