body {
	background-color : black;
	border : 0;

	background-image : url(img/pageBackgroundTile.png);	
	color : white;
}


A {
	font-weight : bold;
	text-decoration : none;
	color : white;
	border-bottom : 1px solid silver;
}
A:HOVER {
	color : silver;
	border-bottom : 1px solid white;
}

.photo {
	border : 1px solid black;
	background-color : white;
	padding : 8px;
	margin-left : 12px;
	margin-bottom : 12px;
	margin-top : 0px;
	margin-right : 0px;

}