body {
    	background-color: #F7BE81;/* #e9be79 background behind thumbnails, outside boxes*/
    	color: #CCAA88;  /* default text color */
    	font-size: 14pt;
    	text-align: center;
    	font-family: Bitstream Vera Serif, serif;
    	margin: 0in;
    	padding: 0in;
     }

a { /*links (album titles)*/
    	color: #FFDDBB; 
    	text-decoration: none;
}

a:hover { /*links when mouse is over them (album titles)*/
    	color: #FFFFFF;
	text-decoration: underline;
}

h1 { /*album title above thumbnails*/
	padding-top: 0.1em;
	color:#CCAA88;  
	font-size: 14pt;
}

/* Collection page */
#collectionPage h1 {
	margin-top: 12px;
} 

#collectionPage ul { /*affects list of thumbnails*/
	padding: 0;
	padding-left: 0%;
	padding-right: 0%;
	text-align: center;
	width: 95%;
}
#collectionPage li { /*affects stuff in boxes with thumbnails*/
        display: block;
        float: left;
        margin-left: 2px;
	margin-top: 6px;
	padding: 5px;
	color:#CCAA88;
	font-size: 8pt;
	background-color:transparent; /* #F7BE81; */
	border: 2px solid #000000;
}

/* Blank Page */
#blankPage {
	background-color: white;
}

/*  Collect Page */
#collectPage { /*album titles at top*/
    	background-color: #885544;
	font-size: 12pt;
	padding-top: 0.5em;
	margin: 0 auto;
	width: 95%;
    	color: #BBBBBB; /*number of pics in collection*/
}


/* Image page */
#imagePage {
	padding:.5em;
	background-color:black; /*background color behind the big image*/
}


#caption { /*caption below photo*/
	padding-bottom:1em;
	color: #FFFFFF;
	font-size: 16pt;
	font-weight:bold;
}

#imagePage img {
	border: 3px solid #CECECE; /*border around picture*/
}
#spangalerie  {
	       color: darkblue; 
	       font-size:9px;
	       	       	      
}
