﻿div.box1
{
    background-color: #8d857e;
    padding: 10px;
}
div.box1 a
{
    color: #662a42;
}
div.box1 a:hover
{
    text-decoration: none;
}
div.innerbox
{
    /*background-color: #dedad7;*/
    padding: 5px;
}
div.bold
{
    font-weight: bold;
}
@media only screen and (max-width : 767px)
{
    div.box1
    {
        width: 400px;
    }
}

@media only screen and (max-width : 479px)
{
    div.box1
    {
        width: 280px;
    }
}
