html { 
	overflow-y:scroll; 
} 

body {
    color: #58595B;
    font: 15px Verdana,Arial,Helvetica,sans-serif;
	margin: 0; 
	position: relative;
	background-color: #BBBBBB;
}
img {border:0;max-width:100%;}

.body {
    position: relative;	
}
.sites li {
    height: 2em;
    list-style: decimal-leading-zero;
}
ul.sites {
	margin-left: 3em;
}
.sites li:hover {
    font-weight: bold;
}

.content {
    max-width: 50em;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 2px 2px 10px black;
    margin: 5% auto;
    padding: 8px;
}

.theclassic,
.jrphoto {
    display: block;
}

.theclassiclogo,
.wmgphotologo,
.jrphotologo {
    display: none;
    position: relative;
    left: 20em;
}
.jrphotologo {
    top: 0;
}
.theclassiclogo {
bottom: 15em;
}
.wmgphotologo {
bottom: 8em;
}


a.theclassic:hover .theclassiclogo,
a.jrphoto:hover .wmgphotologo,
a.jrphoto:hover .jrphotologo {display: block; max-width: 100%;}

