﻿.Listing
{

}

.ListingHeadline
{
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.ListingContainer
{
    float: left;
    text-align: left;
}

.ListingImage
{
    float: left;
    width: 150px;
    height: 112px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    border: solid 2px #CCC;
}

.Listing a
{
       text-decoration: none;
    color: #333;
    font-weight:bold;
    
}


.Listing a:hover
{
    color: #CCC;
    
}

p
{
margin:0px;
}