body
{
    padding: 20px;
    text-align: center;
    background-color: #3b5998;
}

body p
{
    text-align: left;
    font-size: 13px;
}

body a
{
    text-decoration:none;
    color: #3f53cc;

}

#frame
{
    text-align: left;
    width: 800px;
    margin: auto;
    clear: both;
}

#frame .items
{
    float: left;
    background-color: #FFF;
    text-align: center;
    width: 200px;
    height: 230px;
    margin: 83px;
    padding: 30px 15px 30px 15px;
    font-size: 30px;
    line-height: 40px;
    border: 2px solid black;
}

#frame .items a
{
    text-decoration: none;
    color: #2f43bc;
}

#frame .items a:hover
{
    color: #4f63DC;
}