﻿.box1
{
    background-color: #8d867e;
}
.box1 a
{
    color: #662A42;
    text-decoration: underline;
}
.box1 a:hover
{
    text-decoration: none;
}
.innerbox
{
   /* background-color: #dedad7;*/
    padding: 5px;
}
