.websitecard {
    width : 300px;
    color: #000000;
    font-size: 0.8em;
    border: 1px solid #FFD7C1;
    background-color: #FFFFFF;
}

.websitecard a.bullet{
    text-decoration: none;
    color: #000000;
}

.websitecard .url {
    color: #2656B2;
}

.websitecard .header {
    font-family: sans-serif;
    text-align: center;
    color: #FF5B00;
    background: #FFD7C1 url(/images/layout/bg_FFFFFF-FFD7C1_1x30.png) repeat-x top;
}

.websitecard .category {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
}

.websitecard .name {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

.websitecard .id {
    font-style: italic;
}

.websitecard .menu {
    font-weight: bold;
    color: #000000;
    line-height: 1.5em;
}

