﻿div.album {
	width:200px;
	height:290px;
	border: thick silver solid;
	border-radius:10px;
	margin:6px;
	font-family:Calibri;
	font-size:24px;
	font-weight:bold;
	text-indent:0px;
	background-color:white;
	text-align:center;
}

#photo {
	width:200px;
	height:250px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;

}

.albumlist > li {
	display:inline-block;
	list-style:none;
	
}

#content {
	text-align:left;
}

#contentheader {
	font-size:24px;
	font-family:Calibri;
	font-weight:bold;
	text-align:center;

}

#undersection{
	text-align:center;
}

.undernav > li {
	display:inline-block;
	font-size:24px;
	padding-right:30px;
	font-weight:bold;
}

.undernav > li > a {
	text-decoration:none;
	color:black;
}

.undernav > li > a:hover {
	color:#c1c1c1;
	
}


