﻿#projectCarList
{
    font-size: 1.2em;
    color: White;
    margin: 10px 0 20px 10px;
}

#projectCarList li
{
    width: 40%;
    background-color: Black;
    border: 1px solid #0000FF;
    padding: 10px;
    float: left;
    margin: 0 0 10px 20px;
}

#projectCarList a h3
{
    text-decoration: underline;
}

#ctl00_ContentPlaceHolder1_description
{
    font-size: 1.2em;
    margin: 10px 20px;
}