/* Kira's photo album program - CSS files */

@import url(shared.css);


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

.photo_frame {
	
}

.photo_desc {
   border: 1px solid #333333;
   padding: 10px;
   margin: 10px;
   background: #E2E2E2;
   text-align: justify;
   width: 640px;	
}

/* 

These relate to links: "previous photo" - "back to album" - "next photo" 
A link that doesn't go anywhere is styled as a "greylink". If you want to 
make it invisible, make the greylink text color the same color as the page
background.

*/
.prevnext {
	
}

.back_to_album {
	
}

.greylink {
	color: #aaaaaa;
}
