﻿#header
{
    background-image: url("../public/bannerLinks.gif");
    background-position: top center;
    background-repeat: no-repeat;
    width: 900px;
    height: 124px;
}
.conContent
{
    margin-top: 11px;
    text-align: left;
    font-size: smaller;
}
.url
{
    text-align: left;
    font-weight: bold;
    float:left;
    border-bottom: dotted 1px Black;
    height: 15px;
    width: 220px;
}
.urlDescription
{
    text-align: left;
    float: right;
    border: dotted 1px Black;
    background-color: #eee;
    margin-top: 15px;
    padding: 5px;
    text-align: justify;
    width: 350px;
    margin-bottom: 15px;
}