  body
  {
    font-family:Georgia, Palatino Linotype, Serif;
	background:#0A0;
	color:#000000;
	margin-top:0em;
	margin-left:0em;
	margin-right:0em;
	margin-bottom:0em;
	padding:0px;
  }
  
  A         { color:#111111; text-decoration:none; }
  A:link    { color:#000077; text-decoration:none; }
  A:visited { color:#770000; text-decoration:none; }
  A:active  { color:#009999; text-decoration:underline; }
  A:hover   { color:#009900; text-decoration:underline; }
  
  .banner
  {
	font-size:400%;
	font-weight:700;
	color:black;
	padding-bottom:5px;
	padding-left:5px;
  }
  
  .tag
  {
    font-size:25%;
    text-align:right;
    padding-right:0.5ex;
  }
  
  .content
  {
    background:white;
  }

  .link-bar-wrapper
  {
    font-size:100%;
    float:left;
	width:12em;
	padding:0px;
	margin:0px;
    color:#000000;
	background:#CCCCCC;
  }
  
  .link-bar
  {
    font-size:80%;
	padding-left:2px;
	padding-bottom:0.5ex;
  }
  
  .link-header
  {
    text-align:center;
	text-decoration:underline;
  }
  
  .main-wrapper
  {
    font-size:100%;
    border-left-style:solid;
	border-left-width:12em;
	border-color:#CCCCCC;
	padding-left:0ex;
	margin-left:0ex;
	background:white;
  }
  
  .center /* deprecated synonymn for .main */
  {
    font-size:100%;
    border-left-style:solid;
	border-left-width:9em;
	border-color:#CCCCCC;
	padding-left:0ex;
	margin-left:0ex;
	background:white;
  }

  .main
  {
  }
  
  .update-box
  {
    float:right;
	width:30%;
	border-width:2px;
	border-color:black;
	border-style:solid;
	margin-left:0.5ex;
	margin-bottom:5px;
  }
  
  .update-header
  {
    text-align:center;
	color:white;
	background: #004400;
	padding-bottom:0.5ex;
  }
  
  .update-content
  {
    font-size:75%;
    background:white;
	padding-left:0.5ex;
	padding-bottom:0.5ex;
  }
  
  .copyright
  {
	color:white;
	background:#006600;
	text-align:center;
  }
