/* CSS Document */
	
		body{background-color:#000000;
		background-image:url(images/logoGT.png);
		background-position:center;
		font-family:"Century Gothic";
		}
		h2{color:#8FCFFE; text-align:center;}
		b{color:#FF0000;} 
		a{color:#0000CC;
		font-weight: bold;
		text-decoration:none;}
		#gallery {
		background-color:#000000
		padding: 10px;
		width: auto;
		}
		#gallery ul { list-style: none; }
		#gallery ul li { display: inline; }
		#gallery ul img {
			border: 5px solid #3e3e3e;
			border-width: 5px 5px 5px;
		}
		#gallery ul a:hover img {
			border: 5px solid #fff;
			border-width: 5px 5px 5px;
			color: #fff;
		}
		#gallery ul a:hover { color: #fff; }
>
