body{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 12px;
}
h1{
    color: #16a916;
    text-align: center;
    font-weight: normal;
}
.portfolio div{
    float: left;
    text-align: center;
    width: 200px;
    height: 195px;
    padding: 3px;
    margin: 0 0 10px;
}
.portfolio div:hover{
    box-shadow: 0 0 5px #999;
}
a{
    color: #16a916;
    text-decoration: none;
    display: block;
}
a:hover{
    color: #ce7a4e;
}
P{
    text-align: center;
    margin-bottom: 50px;
    clear: both;
}