/* CSS Document */

body{
background-color: #f3f5d6;
}

p{
	font-family: Calibri;
	font-size: 15px;
	color: #000000;
	text-align:justify;
	padding:5px;
	text-decoration: none;
	background-color: #edf1be;
}

.navigation{
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #edf1be;
	display: block;
	width: 150px;
	color: #000000;
	line-height: normal;
	padding: 8px;
}

.navigation:hover{
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #dfe68a;
	display: block;
	width: 150px;
	color: #000000;
	line-height: normal;
	padding: 8px;
}

.captions{
	font-family: Calibri;
	font-size: 10px;
	font-style:italic;
	color: #000000;
	padding:5px;
	text-decoration: none;
	background-color: #edf1be;
	text-align: right;
}

.links{
	font-family:Calibri;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	background-color:#edf1be;
	text-decoration:none;
}

.links:hover{
	font-family:Calibri;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	background-color:#dfe68a;
	text-decoration:none;
}

.photo_nav{
	font-family:Calibri;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	background-color:#edf1be;
	width:inherit;
	color:#000000;
}

.photo_nav:hover{
	font-family:Calibri;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	background-color:#dfe68a;
	width:inherit;
	color:#000000;
}
.link_nav{ 
	font-family:Calibri;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	background-color:#edf1be;
}
.link_nav:hover{ 
	font-family:Calibri;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	background-color:#dfe68a;
}
