/*			photo_browse.css
style sheet that includes styles only used in the browsing section of photo pages
*/
	
	/* black border with white for all content */
	div.browse_mat{
	border : 15px solid Black;
	margin: 10px 10px;
	width: 400px;
	height: 400px;
	background-color:#FFFFFF;
	color:#000000;
	padding : 20px;
	}

	span.browse_subject{
	font: normal;
	text-align : center;
	color : #FFFFFF;
}

/*styles for navigation links*/
	#item_nav {
		font : bold 10px "lucida sans unicode" skia sans-serif;
	}
	#item_nav a:link {
	   	color: #000000;
	   	text-decoration: none;
	}
	#item_nav a:hover {
	   	color : black;
	   	background-color : #FFF8DC;
	}
	#item_nav a:visited{
		color: #666666;
		text-decoration: none;
	}