item
{
    display: block;
    width: 560px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    border: thin solid red;
    background-color: #B0E2FF;
    padding: 10px 10px 16px 10px;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 100%;
    color: #000000;
}


name
{
    display: block;
    background-color: #B0E2FF;
    font-family: Georgia, Times New Roman, serif;
    font-size: 150%;
    font-weight: bold;
    color: #000066;
}

category
{
    display: block;
    margin-bottom: 1em;
}

description
{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

unit,
dimensions,
price
{
    display: block;
    font-size: 80%;
}

webpage
{
    display: block;
    font-size: 80%;
    margin-top: 1em;
}
