body {
    font-family: arial, verdana, sans-serif;
    color:#222;
}

h1,h2,h3,h4,h5,h6{
font-weight:bold;
line-height:140%;
}

h1{
font-size:3.5em;
margin:10px 0 10px 0;
}

h2{
font-size:3em;
margin:10px 0 10px 0;
}

h3{
color: #389CC4;
font-size: 1.3em;
margin:10px 0 10px 0;
line-height:130%;
}

img {
    max-width: 100%;
    height: auto;
}

.gallery {
    
}

.gallery a {
    display: inline-block;
    width:235px;
    overflow: hidden;
    text-decoration: none;
    color:#333;
}

.gallery figure {
    margin:0 10px 10px;
    border: 1px solid #CCC;
}

.gallery figcaption {
    padding: 5px;
    background: #f0f0f0;
    border-top: 1px solid #CCC;
    text-align: center;
}
