body {
margin: 0;
}
nav {
/*padding: 4px 0 8px 0;*/
margin-top: 20px;
width: 100%;
height: 40px;
line-height: 40px;
background-color: black;
}
nav ul {
color: white;
list-style: none;
}
nav ul li {
display: inline;
font-size: 16px;
font-family: 'Sintony', sans-serif;
padding: 0 7px;
}
.content {
margin-left: 150px;
width: 600px;
}
.project h3 a{
color: #FAA819;
text-decoration: none;
}
.project {
width: 300px;
float: left;
}
.clear {
clear: both;
}