
.site
{
 padding: 5px;
 clear: both
}

.sitelink
{
 float: left;
 width: 35%;
}
.sitelink a:hover
{
 text-decoration: underline;
}

.sitedesc
{
 float: left;
 width: 60%;
 font-size: smaller;
}

