div.name {
  font-size: 1.4em;
  color: blue;
  background-color: white;
  text-align: center;
}

table.encapsulate { 
  border: 1px solid red; 
  width: 990px;
}

table.info { 
  width: 100%;
}

img.xhtml { 
  border: none; 
  width: 88px; 
  height: 31px;
}

img.css { 
  border: none; 
  width: 88px; 
  height: 31px;
}

img.xemacs { 
 border: none;
 height: 36px;
 width: 100px;
}

p.created { 
  text-align: right;
}

div.section {  
  background-color: white;
}
span.sectionname {
  font-size: 1.2em;
  color: #FF0000;
  background-color: white;
}
span.sectiondate {
  color: purple;
  background-color: white;
}
div.sectiondescription { 
  margin: 0px 0px 0px 10px;
}

div.subsection {
  margin: 0px 0px 0px 10px;
}
span.subsectionname {
  font-size: 1.1em;
  color: #1dadab;
  background-color: white;
}
span.subsectiondate {
  color: purple;
  background-color: white;
}

a:link {
  text-decoration: none;
  color: #BFAE1C;
  background-color: white;
}

a:visited {
  text-decoration: none;
  color: blue;
  background-color: white;
}

td.spacer {
  width: 10px;
}

th.spacer {
  width: 10px;
}



