#text {
  padding: 5px;
  background-color: nul;
  line-height: 16px; 
}

#sidebar {
  padding: 5px;
  border: 1px solid #000;
  border-right-width: 0px;
  border-left-width: 1px;
  border-left-color: #CCC;
  border-top-width: 0px;  
  border-bottom-width: 1px;
  border-bottom-color: #CCC;
  background-color: #EEE;
}

#footer {
  height: 15px;
  padding: 3px;
  border: 1px solid #CCC;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 1px;  
  border-bottom-width: 0px;
  background-color: #EEE;
}

#comment {
  width: 90%;
  padding: 10px;
  border: 1px solid #AAA;
  background-color: #EEE;
}


body {
  font-family: Verdana;
  font-size: 8pt;
  color: #444; 
}

input, textarea, select {
  font-family: Verdana;
  font-size: 8pt;
  color: #444;
}

a:visited{ 
  color: #000099; 
  text-decoration: none; 
  background-color: transparent;
}

a:link{
  color: #000099; 
  text-decoration: none; 
  background-color: transparent;
}

a:hover{
  color: #000099; 
  text-decoration: underline; 
  background-color: transparent;
}

a:active{
  color: #000099; 
  text-decoration: none; 
  background-color: transparent;
} 

h1 {
  font-size: 14pt;
  font-weight: normal;
  display: inline;
}

h2 {
  font-size: 8pt;
  font-weight: normal;
  display: inline;
}

.contents {
  border: 1px solid #000;
  border-top-width: 2px;  
  border-left-width: 2px;
  background-color: #FFF; 
}

.highlight {
  background-color: yellow;
}

.calendar {
  font-size: 9px;
  background-color: #FFF;
  border: 1px solid #CCC;
}

.large {
  font-family: Verdana;
  font-size: 14pt;
}
 
.shorthr {
  width: 400px;
  color: #CCC;
}
