body {
    color: black;
    font-family: PT Sans Caption, Arial, sans-serif;
    font-size: 85%;
    padding: 0;
    margin: 0;
}

#header{
	padding:0;
	height:auto;
	width: 100%;
	background:#00000;
	font-weight: bold;
    font-family: PT Sans Caption, Arial, sans-serif;
    font-size: 120%;
	border-bottom: solid 2px #9EC1D4;
	margin-bottom: 5px;
}

#header a {
    color: rgb(34, 138, 190);
	text-decoration: none;
}
#header a:hover {
    color: #F54040;
	text-decoration: none;
}


#con{
	padding:0;
	height:auto;
	width: 100%;
	background:#00000;
	font-weight: normal;
    font-family: PT Sans Caption, Arial, sans-serif;
    font-size: 120%;
	
	margin-bottom: 5px;
}

#con a {
    color: rgb(34, 138, 190);
	text-decoration: none;
}
#con a:hover {
    color: #F54040;
	text-decoration: none;
}

.content {
    padding: 20px 2%;
	
}
.covers {
    text-align: center;
}
.covers .thmb {
    float: left;
    height: 600px;
    width: 450px;
}
.covers .thmb img {
    width: 350px;
    border: none;            
}
.covers .thmb:hover img {
    box-shadow: 10px 10px 18px #aaaaaa;
}
.pages {
    text-align: center;
}
.pages .thmb {
    float: left;
    height: 450px;
    width: 350px;
}
.pages .thmb img {
    width: 250px;
    border: none;            
}
.pages .thmb:hover img {
    box-shadow: 10px 10px 18px #aaaaaa;
}
.thmb p {
    text-align: center;
    position: relative;
    top: -0.5em;
}
.thmb a {
    text-decoration: none;                
    color: rgb(34, 138, 190);
}
.thmb:hover a p {
    color: #F54040;
    text-decoration: underline;
}
h1 {
    font-weight: normal;
    font-family: PT Sans Caption, Arial, sans-serif;
    font-size: 250%;
    margin: 1em 0 0.7em 0;
    padding: 0;
}
h2 {
    font-weight: normal;
    font-family: PT Sans Caption, Arial, sans-serif;
    font-size: 200%;
    margin: 0;
    padding: 0;
}

h3 {
    font-weight: bold;
    font-family: PT Sans Caption, Arial, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
}

.page {
    text-align: center;                
}
.page img {
    width: 1000px;
    //height: 80%;
    border: none;
    cursor: zoom-in;
}
.orig {
    text-align: center;          
}
.orig img {
    border: none;
    cursor: zoom-out;
}
.clear {
    clear: both;
}
.links {
    width: 100%;
    text-align: center;
    padding-top: 0em;
    padding-bottom: 1.5em;
}
.links a {
    color: rgb(34, 138, 190);
}
.links a:hover {
    color: #F54040;
}
.links span {
    font-size: 120%;
    padding: 0.2em 1em;
}
.links .current {
    padding: 0.2em 1.5em;
    background-color: #40B8F5;
    color: white;
}
.menu a {
    color: rgb(34, 138, 190);
}
.menu a:hover {
    color: #F54040;
}
#footer{
	padding:5px;
	height:auto;
	background:#00000;
	color: rgb(34, 138, 190);
	font-weight: normal;
    font-family: PT Sans Caption, Arial, sans-serif;
    font-size: 90%;
	border-top: solid 2px #9EC1D4;
	margin: 5px;
}
#footer a {
    color: rgb(34, 138, 190);
	text-decoration: none;
}
#footer a:hover {
    color: #F54040;
	text-decoration: none;
}