	.resultView{
		margin:				20px 10px 10px 10px;
	}
	.linkCateg{
		list-style-type: 	square;
		display: 				list-item;
		margin-left:		15px;
	}
	.linkCateg:hover{
		cursor:				pointer;
	}
	hr.george{
		margin:				0;
		padding:				0;
	}
	table.datelist td{
		border-left: 		solid 3px black;
		padding: 			2px 10px;
		color: 				black;
		font:					bold 10pt/8pt sans-serif;
		background:		0;
		height:				30px;
		vertical-align:		middle;
	}
	table.datelist td:hover{
		background:		#c1dad6;
		cursor:				pointer;
		border-left: 		solid 3px orange;
	}
	#headerImgVeterans{
		display:				block;
		position:				relative;
		top:					0;
		left:					0;
		width:				100%;
		height:				auto;
		z-index:				0;
	} 
	#result_div{
		box-shadow: 		0.4em 0.4em 5px rgba(122,122,122,0.5); 
		border-radius: 	5px;		
		padding: 			10px;
		margin-left:		10px;
		background: 		#fafafa;
	}
	img.veteran{
		float: 				left; 
		padding: 			3px; 
		box-shadow: 		0.4em 0.4em 5px rgba(122,122,122,0.5); 
		border-radius: 	10px;
		margin: 				10px;
		background: 		#eeece0;
	}
	img.veteranMini{
		padding: 			1px;
		border-radius: 	3px;
		margin: 				5px;
		background: 		#eeece0;
	}
	p{
		text-indent:	 	25px;
		padding-bottom: 	5px;
	}	
	ul.library li{
		margin-left: 		15px;	
	}