body {
    margin: 0;
    padding: 0;
    background-color: #494949;
    color: #ccdddd;
    font-size: 12pt;
    font-family: 'Verdana','Arial','Sans Serif';
}

a {
    color: #ffffdd;
}

a:visited {
    color: ##ffffdd;
    text-decoration: none;
}

a:hover {
    color: #aaffff;
    text-decoration: none;
}

img {
    border: 0;
}

#content {
    width: 700px;
    margin-left: 300px;
    margin-right: 300px;
}

.project {

    border-bottom: 1px dashed #ffffcc;
    padding-bottom: 20px;
    margin-bottom: 10px;

}

.item_desc {
    float: right;
    width: 400px;
}
