
.Green {
color: green;
}

.Boxes strong { 
      color: #192c50/*147a22*/;
      font-family: Trebuchet MS, sans-serif;
      font-size: 18px;
      text-decoration: none;
}
.Boxes ul li {     
      list-style: circle; 
      color: #006600;
}

.Boxes a { 
      color: #192c50 !important;
      text-decoration: none;
}

.Boxes a:hover { 
      color: #192c50 !important;
      text-decoration: underline;
}
.AlignLeft {
text-align: left;
}
.AlignCenter {
text-align: center;
}
.AlignRight {
text-align: right;
}

