      /* Navigation bar properties */
      TR.nav { 
      /* font-family: zapfchancery, gill, "monotype corsiva", "Palatino Linotype", cursive; */
      font-size: 130%; font-style: italic; color: #ffffff
      }
      td.nav { 
      border-width: 2pt; border-color: #ff8e96; border-style: outset; text-align: center;
      padding: 4pt; color: #ffffff; margin: 4px; background-color: #9e1a21;
      }
      
      /* Links are all white for the navigation bar, w/o underline */
      A.nav:link { color: #FFFFFF; text-decoration: none }       /* unvisited link */
      A.nav:visited { color: #FFFFFF; text-decoration: none }   /* visited links */
      A.nav:active { color: #FFFFFF; text-decoration: none }    /* active links */


      table.sidebar {
	margin: 15px;
      }      
      table.sidebar TR { 
 	font-size: 170%;
	/* margin and padding don't work here!!! */
      }
      table.sidebar td { 
      	/*margin doesn't work! */
	border-width: 2pt; border-color: #ff8e96; border-style: outset;
	text-align: center;
      	padding: 4pt; color: #ffffff; background-color: #29403A; /* Dark green */
      }

      /* Visited links don't change color */
      table.sidebar a:link { color: #FFCC33; text-decoration: none }
      table.sidebar a:visited { color: #FFCC33; text-decoration: none }
      table.sidebar a:active { color: #FFCC33; text-decoration: none }
 	

      table.sidebar TR.inner-sidebar {
      	font-size: 100%;
      }
      TR.inner-sidebar td {
      	text-align: right;
	padding: 2px;
	background-color: #5e3737; /* Dark brown */
      }

      /* Default style */
      body { color: #FFE0E0; background-color: #2c2b6b; } /* #CCCCCC*/
      div.flash { color: #FF6600 } /* Eye catching font style/color */
      A:link { color: #FFCC33 }       /* unvisited link */
      A:visited { color: #999900 }   /* visited links */
      A:active { color: #33CC00 }    /* active links */
      h1 { color: #ffe0e0;  } 
      h2 { color: #ffe0e0;  } 
