/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif;
background-color:#000; }

a img, img 			{ border: none; }

#page-wrap			{ width: 800px; margin: 0 auto; }

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #999; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: white; }

.copyrights {font-family: "Trebuchet MS", verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; text-align:center;}

a:link,a:visited	{ color: #939493; text-decoration:underline; font-size:10px; }
a:hover,a:active	{ color: #b5e3fb; text-decoration:underline; font-size:10px; }

.h1 a:link,a:visited	{ color: #939493; text-decoration:underline; font-size:16px; }
.h1 a:hover,a:active	{ color: #b5e3fb; text-decoration:underline; font-size:16px; }