/*
 * Style Sheet for "Names of Stars" page
 *
 * created: 2000-08-26
 * last modified: 2003-11-26
 */


strong {
  font-family: Helvetica, Arial, sans-serif;
}

.starname-tab
{
  margin-left:  2%;
  margin-right: 2%;
}

/* used for the data tables */
.datatab td
{
  color: #ffffff;
  font-family: serif;
  vertical-align: top;
}

.starname
{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;    /* 11pt */
}

/* rows with darker background color */
tr.datarow { background-color: #444444; }

