    img {
        max-width: 100%;    
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        margin: 6px;
}

    body, html {
        padding:5px;
        font-family: MS Gothic;
        color: #585858;
	    text-shadow:1px 1px 1px rgba(66, 66, 66, 0.308);
}

    h1 {
        text-transform: uppercase;
        background-color: #e0e0e0;
}
    h2 {
        font-size:16px;
        background-color: #e0e0e0;
}

    a {
        text-decoration: none;
}