<p style="color:white;">

/********************************************
* Album list                                *
********************************************/
/* table cell containing one album */
table#kpg-albums td {
	padding: 10 10px 20px 0;
	vertical-align: top;
}

/* the album picture thumbnail */
table#kpg-albums td img.kpg-thumb {
	border: solid 1px black;
vertical-align: top;
}

/* the link with the name of the album */
table#kpg-albums td div.kpg-title a {
	font-weight: bold;

}
a:link { 
	color: #A80108;
	}
a:visited { 
	color: #A80108;
	}
body {
color: #FFFFFF;
} 

/* the album summary */
table#kpg-albums td div.kpg-summary {
margin-right: 33px;
}

/* the album location */
table#kpg-albums td div.kpg-location {
	font-style: italic;
}

/* the album's published timestamp */
table#kpg-albums td div.kpg-published {
}

/* the number of photos in the album */
table#kpg-albums td div.kpg-nbPhoto s {
	margin-top: 15px;
}

/* PLEASE TAKE CARE WHEN EDITING THE TWO CLASSES BELOW */
/* They are used to style the output differently depending if there are one or more albums per row */
table#kpg-albums td img.kpg-thumb-onePerRow {
	float: left;
	margin-right: 10px; margin-top: 15px;
}
table#kpg-albums td img.kpg-thumb-multiplePerRow {
	clear: both;
	margin-right: 10px; margin-top: 15px;

}

/********************************************
* Picture list (in an album)                *
********************************************/
/* the "Back to album list" link container */
div#kpg-backLink {
	padding-bottom: 20px;
}
a:link { 
	color: #A80108;
	}
a:visited { 
	color: #A80108;
	}

body {
color: #FFFFFF;
} 

/* the box with the album description */
div#kpg-album-description {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #222222;
	border: solid 1px #222222;
}

/* the album title */
div#kpg-album-description div#kpg-title {
	font-weight: bold;
}
{color:#ffffff}
/* the album summary */
div#kpg-album-description div#kpg-summary {
}

/* the album location */
div#kpg-album-description div#kpg-location {
	font-style: italic;
}

/* the album's published timestamp */
div#kpg-album-description div#kpg-published {
}

/* the number of photos in the album */
div#kpg-album-description div#kpg-nbPhotos {
	margin-top: 15px;
}


/* table cell containing he picture + caption */
table#kpg-pictures td {
	text-align: center;
	padding-bottom: 20px;
	vertical-align: top;
}

/* the picture caption */
table#kpg-pictures td div.kpg-summary {
margin-right: 33px
margin-left: 20px
}

/* the picture thumbnail */
table#kpg-pictures td img.kpg-thumb {
	border: solid 1px black;
}

/********************************************
* Paginator                                 *
********************************************/
/* block containing the paginator */
div#kpg-paginator {
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

/* the current page */
div#kpg-paginator span.kpg-on {
	border: solid 1px #C0C0C0;
	padding: 4px;
}

/* the other pages */
div#kpg-paginator a {
	border: solid 1px #F0F0F0;
	padding: 4px;
}