body{
			background-color: #111111;
			color: #c0c0c0;
			text-align: center;
			
			font-size: 12px;
			font-family: Helvetica, Arial, Sans-serif;
		}	
		
		a{
				text-decoration: none;
				color: #666666;
				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: 200px;
			height: 122px;
		}
		
		.selected{
			padding: 1px;
			border: 1px solid #c0c0c0;
		}