/* White'n'Black Theme */
  body
  {
    background-color: White;
    color:            black;
    font-family:      Arial;
    text-align:       center;
  }
  
  table
   {
    border:           0px;
    border-spacing:   10px;
    text-align:       center;
    font-size:        12px;
    font-style:       italic;
   }
 
  img
   {
    border:           0px;
    margin:           10px;
   }
 
  .nav a,a:visited
   {
    border:           1px solid black;
    background-color: white;    
    color:            black;
    text-decoration:  none;
    width:            16px;
    height:           16px;
    text-align:       center;
    margin-left:      5px;
    margin-right:     5px;
    margin-bottom:    5px;
    padding:          2px;  
   } 
   
  .nav a:hover
   {
    border:           1px solid white;
    background-color: black;    
    color:            white;
    text-decoration:  none;
    width:            16px;
    height:           16px; 
    text-align:       center;
    margin-left:      5px;
    margin-right:     5px;
    margin-bottom:    5px;
    padding:          2px;         
   }

  a,a:visited
   {
    background-color: white;
    color:            black;
    text-decoration:  none;
   }

  a:hover
   {
    background-color: white;
    color:            black;
    text-decoration:  underline;
   }

  table a
   {
    border: 0px;
    }