body
{
background: black;
padding: 0; 
font-family: arial, sans-serif; 
font-size: 12px;
margin: 0;
color: black;
min-width: 232px;
max-width: 320px;
}

td
{
    text-align: center;
}

td.main 
{
    background-color: rgb(32,32,32);
    padding: 0px;
    border: none;
    text-align: left;
    color: white;
}

td.main a
{
    color: white;
}

.vspc td
{
    padding: 2px;
}

.prod td
{
    background-color: white;
    padding: 2px;
    color: black;
}

.prod td a
{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

.prod .button
{
    background-color: rgb(200,200,200);
    border: solid 1px gray;
}

.logo td
{
    background-image: url('layout/m_logo_bg.png');
    color: white;
    font-weight: bold;
}

.linkArea li
{
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-top: solid 1px white;
    padding: 8px;
    text-indent: 10px;
}

.linkArea li a
{
    color: white;
    text-decoration: none;
}

.buy td 
{
    text-align: left;
    padding: 8px;
}

