body { 
  background-color: #FFFFFF;
  margin: 0px;
  color: #666666;
  font-family: sans-serif;  
}
TABLE#top { 
  border-collapse:collapse;
  height: 100%;
}
#logo { 
  border-right: 1px solid black; 
  border-bottom: 1px solid black; 
  font-size: xx-large; 
  text-align: center;
  background-color: #BBBBDD;   
  width: 120px;
}
#subtitle { 
  border-bottom: 1px solid black; 
  background-color: #CCCCDD;
  font-family: monospace;
  font-size: x-large;
  width: 100%;
  text-align: center;
}
#navbox { 
  border-right: 1px solid black; 
  background-color: #CCCCCC;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

#navbox a { padding: 5px; display: block; }

#content { }

H1 { font-size: x-large;  }
H2 { font-size: large;    }
H3 { font-size: medium;   }

#SECTION { font-size: large; color: #000000; }
// #NAVBOX { background-color: #AAAAAA; padding: 2px; border: solid 1px black; }
.DATE { color: #000000; font-family: monospace; font-size: large; vertical-align: top; }
.ITEM { }
#LOGO {  }

A { color: #3333FF; text-decoration: none; }
DIV.CODE { 
  background-color: #DDDDDD; 
  color: #000000; 
  font-family: monospace; 
  padding: 10px; 
  border: solid 1px black;
}

// Docs

TD.PUB 
{ 
  padding: 2px; 
  margin: 2px;
  border: solid 1px black; 
  font-size: small; 
}
.AUTHOR { font-style: italic; }
.TITLE { color: #333333; font-size: large;  } 
.DETAIL { }
.DOWNLOAD { }

// Gallery

TD.IMGCELL { font-size: smaller;  font-family: monospace; }


