p {
  margin: 0px;
  padding: 0px 5px 0px 0px;
  background: #FFFFFF;
  font: x-small/180% "Verdana", sans-serif;
  color: #333333;
  text-decoration: none;
  font-size: 0.6em;
}

.indent {
  text-indent: 25px;
}

a:link {
 color: gray; 
 text-decoration: none;
}

a:visited {
 color: gray;
 text-decoration: none;
}

a:active {
 color: gray;
 text-decoration: none;
}

a:hover {
 color: gray; 
 text-decoration: underline;
}

#green {
 color: #336666; 
}
