body,
a {
    font-family: 'verdana', sans-serif;
    color: #666;
    font-size: 1em;
    line-height: 25px;
    text-decoration: none;
}

h1 {
    font-size: 1.2em;
}

.boxen {
    min-width: 300px;
    float: left;
    padding: 10px;
    margin: 10px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 3px #888888;
}

.boxen:hover {
    background-color: #eee;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

#SWW {
    margin-top: 40px;
    margin-bottom: 30px;
}
