body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

div.header {
    margin-top: 50px;
    margin-left: 50px;
}

div.site {
  padding-top: 20px;
  padding-left: 20px;
}

a.headertext { /* a.headertext:visited, a.headertext:active, a.headertext:hoover { */
    font-family: Tahoma;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}

p {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
}

img {
    border: 0px;
}

div.body {
    width: 472px;
    margin-left: auto;
    margin-right: auto;
}


div.body div.content div.projects div.title {
    margin-bottom: 10px;
    margin-top: 20px;
}

div.body div.content div.projects div.project {
    float: left;
    width: 180px;
    margin-bottom: 10px;
}

div.body div.content div.projects div.marginRight {
    margin-right: 56px;
}

div.body div.content div.projects div.project div.projTitle a {
    font-family: Verdana;
    font-size: 11px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

div.body div.content div.projects div.project div.projDesc {
    font-family: Verdana;
    font-size: 11px;
    color: #000;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.body div.content div.contacts div.title {
    margin-bottom: 10px;
}

div.body div.content div.contacts div.contact a {
    font-family: Verdana;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

div.body div.content div.contacts div.contact {
    float: left;
    width: 180px;
    margin-bottom: 10px;
    font-family: Verdana;
    font-size: 11px;
    color: #000;
}

div.body div.content div.contacts div.marginRight {
    margin-right: 56px;
}

.clear {
    clear: both;
}
