/***********************************************************************************
* Table                                                                            *
***********************************************************************************/
  table        { border-collapse:  collapse; }
  table.info   { background-color: #9ACD32; /* Yellow Green */ }
  table.list { 
    background-color: white;
    width:            100%; 
  }
  table.page   { width:            100%; }
  table.webring {
    background-color: #FFFFFF; /* White */
    width:            320px;
  }

/**********************
* Table Rows          *
**********************/
  tr.one       { background-color: #ADFF2F; /* Green Yellow */ }
  tr.two       { background-color: #9ACD32; /* Yellow Green */ }

/**********************
* Table Headers       *
**********************/
  th {
    background-color: #B8860B; /* Dark Golden Rod */
    color:            #FFD700; /* Gold */
    font-size:        larger;
    font-weight:      bold;
  }

/**********************
* Table Details       *
**********************/
  td           { vertical-align:   top; }
  td.detail    { white-space:      nowrap; }
  td.head { 
    font-weight:      bold;
    white-space:      nowrap; 
  }
  td.navbar    { width:            220px; }
  td.webring {
    background-color: #FFFFFF; /* White */
    text-align:       center;
    vertical-align:   middle;
  }

/***********************************************************************************
* Image                                                                            *
***********************************************************************************/
  img          { border:           0; }
  img.webring {
    width:            50px;
    height:           50px;
  }
  img.chat { 
    background-color: #FFD700; /* Gold */ 
    border:           0;
    height:           70px;
  }

/***********************************************************************************
* Heading                                                                          *
***********************************************************************************/
  h1 { 
    color:            #6B8E23; /* Olive Drab */
    text-align:       center; 
  }

/***********************************************************************************
* Span                                                                             *
***********************************************************************************/
  span.h2 {
    color:            #6B8E23; /* Olive Drab */
    font-size:        x-large;
    margin-top:       10px;
  }

/***********************************************************************************
* Division                                                                         *
***********************************************************************************/
  div.miscbar { 
    background-color: #DAA520; /* Golden Rod */
    padding:          10px;
    text-align:       center;
    width:            200px;
  }
  div.navbar { 
    background-color: #FFD700; /* Gold */
    margin-right:     50px;
    padding:          10px;
    text-align:       center;
    width:            220px;
  }
  div.space    { padding-top:      15px; }

/***********************************************************************************
* Links                                                                            *
***********************************************************************************/
  th a:link    { color:            #FFD700; /* Gold */ }
  th a:active  { color:            #FFD700; /* Gold */ }
  th a:visited { color:            #FFD700; /* Gold */ }

  a:link    { 
    color:            #000000; /* Black */ 
    font-weight:      bold;
  }
  a:active  { color:            #000000; /* Black */ }
  a:visited { color:            #000000; /* Black */ }

/***********************************************************************************
* Form                                                                             *
***********************************************************************************/
  form.yahoo   { background-color: white; }
  input        { vertical-align:   middle; }
