/* Kira's photo album program - CSS files */
body {
    background : #000000;
    color: #cbb6aa;
    font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
a {
        color : #cb889f;
        text-decoration : underline;
}

a:visited {
        color : #aa8ecb;
        text-decoration : underline;
}

.maintable {
}

.content {
}

.navlinx {
}

.albumnavcaps {
}

/* .main_title is used for the gallery front page */

.main_title {
	font-size: large;
	font-weight: bolder;
	text-align: center;
}


.album_title {
	font-size: large;
	font-weight: bolder;
}

.album_desc {
	text-align: justify;
	margin: 30px;
}

/* These are used in displaying the thumbnail grid */

.photo_table {
	
}

.photo_cell {
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.photo_title {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/* the end. */