<!------------------------------------------------------------------------------
  page.css

  The style sheet describing the highest level layout for each page in Solid
  Logic's web site.

  Change history (most recent first):
    <1>  01/15/2003  Thomas C. Eaton  Created.

  Copyright (c) 2003 Solid Logic.  All rights reserved.
------------------------------------------------------------------------------->

<!--

body {
  background-color: rgb(204, 204, 204);
  margin: 0;
}

table.page {
  width: 790px;
}

table.page tr td.page {
  background-color: rgb(234, 234, 234);
  border-bottom-color: rgb(153, 153, 153);
  border-left-color: white;
  border-right-color: rgb(153, 153, 153);
  border-top-color: white;
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
}

//-->
