body{
    margin: 0;
    padding: 0;
    background-color: #f9f6f1;
    color: rgb(69, 73, 77);
}
.box {
    position: fixed;
    top: 50%;
    left: 50%;
    width:400px;
    margin-left:-200px;
    margin-top:-100px;
}
figure{
    margin: auto;
    text-align: center;
}
figcaption{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2em;
    margin: 10px;
}
a:hover img.overwhite{
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}

a,a:link,a:visited {

    color:rgb(61, 61, 57);
    text-decoration:underline;
    text-decoration: none;
    
    }

    a:hover {
        text-decoration: none;
        color:#999;
        
        }