
.Green {
color: green;
}

.Boxes {
vertical-align: top;
}

.Boxes strong { 
      color: #1e432b;
      font-family: Trebuchet MS, sans-serif;
      font-size: 18px;
      text-decoration: none;
}
.Boxes ul li {     
      list-style: circle; 
      color: #31a459;
}

.Boxes a { 
      color: #396448 !important;
      text-decoration: none;
}

.Boxes a:hover { 
      color: #396448 !important;
      text-decoration: underline;
}

