.green_promo
{
background-color: #f15a5f; 
color: white; 
text-align: center;
padding: 5px 20px 5px 20px;
}
.green_promo a
{
color: white;
font-size: 120%; 
}

.green_promo a:hover
{
text-decoration: none;
  font-weight: 400;
  font-style: normal;
}

.green_promo a span
{
font-family: 'Palatino Linotype','Times New Roman',Times,serif;
font-size: 70%;
border-bottom: dashed 1px white;

}