body
{
	background-color: black;
	color: Lime;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a
{
	color: Yellow;
	text-decoration: none;
}

a:Hover
{
	color: Green;
	text-decoration : underline;
}

.nav
{
	font-size: 11px;
}

.GalleryTitle {
	font-weight : bold;
	font-size : larger;
}

.GalleryCaption
{
	font-weight : bold;
	font-style : italic;
}

.GalleryPostedBy
{
	font-style : italic;
}
			
.GalleryPosterOn
{
	font-style : italic;
	font-size : smaller;
}