BODY{ font-size: 12px; background-color:;}
H1{ font-size: 16px;}
H2{ font-size: 14px;}
H3{ font-size: 12px;}
HR{ color: #73C663; height: 1px;}
P{ color: #339933;}
A{ color: #006600; text-decoration: none;}
A:VISITED{ color: #888888; text-decoration: none;}
A:HOVER{ color: #000000; text-decoration: underline;}
A:ACTIVE{ color: #000000; text-decoration: underline;}
TABLE{ border-color: #aaaaaa; borderwidth: 1px; border-collapse: collapse; font-size: 12px;}
TD{ border-color: #aaaaaa; borderwidth: 1px; border-collapse: collapse; font-size: 12px;}

.bread {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bread li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.bread li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.bread li:last-child:after {
  content: '';
}

.bread li a {
  text-decoration: none;
  color: gray;
}

.bread li a:hover {
  text-decoration: underline;
}