/* CSS Document */

body {
	background-color: #000000;
	color: #ffffff;
}
.style2 {	font-family: Arial;
	font-size: x-small;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style3 {color: #000000}
.style4 {font-size: small; font-family: "Avant Garde Book";}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #000;
		padding: 10;
		width: 500px;

	}
	#gallery ul { list-style: none; margin-right: 30px;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }