p {

}
.Green {
color: green;
}

.Boxes h1 { 
      color: #30b64c;
      font-family: Tahoma, Trebuchet MS, sans-serif;
      font-size: 16px;
      font-weight: normal;
      text-decoration: none;
}
.Boxes ul li {     
      list-style: none; 
}

.Boxes a {
      font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
      font-size: 12px;
      color: #fff !important;
      text-decoration: none;
      text-align: center;
      display: block;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 3px;
}

.Boxes a:hover { 
      color: #30b64c !important;
      text-decoration: underline;
}
.SideBar h1 {
    font-family: Times New Roman, Times, serif; 
    font-size: 16px;
    font-weight: normal;
    color: #817F80;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #817F80;
}
.SideBar p {
    font-family: Times New Roman, Times, serif; 
    font-size: 14px;
    font-style: italic;
    color: #217a34;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    line-height: 25px;
    display: block;
    border-bottom: 1px solid #817F80;
}

