* {
    font-family: Verdana, Arial, Tahoma, sans;
}

body {
    background-color: white;
    background-image: url(classified.jpg);
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    overflow: auto;
}

.price {
    float: right;
    font-size: 11px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: black;
}

.item {
    padding: 2px 2px 2px 2px;
    margin: 0px;
    font-size: 1px;
}

.title {
    font-size: 11px;
    color: black;
}

.error {
    padding: 2px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

