/* The page chrome's own rules - the design2010 table/cell styling every
   shell needs. It was pasted inline into 19 pages and MISSING from the
   outpost page, which is why that page's footer rendered in the browser's
   default font while every other page used Lucida Sans Unicode. */
table.design2010{
  border-spacing: 0px;
	 border-style: none;
	 border-width: 0px;
	 border-spacing: 0px;
	 cell-spacing: 0px;
	 cell-padding: 0px;
	 overflow:hidden;
  }

  td.design2010 {
 	padding: 0px;
 	font-size: 12px;
 	color: #e2b598;
 	font-family: "Lucida Sans Unicode", sans-serif;
  }

  a {
  text-decoration: none;
  }

  img {
    border-style: none;
    border-width: 0px;
  }
