body{
	background-color: #111111;
	color:white;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
		}	
		
		a{
				text-decoration: none;
				color: white;
				font-weight: bold;
		}
		a:hover{
			color:  orange;
			text-decoration: underline;
		}
				a img{
			border: none;
			
		}

		.classInfo{
			font-style: italic;
	}
	#gallery, #navigation{
			width: 640px;
			font-size: 12px;
			text-align: center;
			padding: 0px;
			margin: 0px auto;
			font-family: Helvetica, Arial, Sans-serif;
		}
		
		#gallery td img{
			width: 120px;
			height: 80px;
		}
		#gallery td {
			overflow: hidden;
		}
		.selected{
			padding: 1px;
			border: 1px solid #c0c0c0;
		}
	#title{
			font-size: 12px;
			color: #fff;
			margin-top: 15px;
			font-style: italic;
		}
		#container{
			margin: 0px auto;
			width: 640px;
			
		}
		#caption{
			color: #c0c0c0;
			margin-top: 15px;
			text-align: right;
			width: 100%;
		}