@charset "utf-8";
/* CSS Document */

p{
	font-family: Georgia;
	font-size: 15px;
	color: #CCCCCC;
	line-height: 24px;
	padding: 3px;
}

.navigation {
	font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px;
	display: inline-block;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}  
.navbar    {
	font-family: Courier;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 8px;
	display: inherit;
}

.calendar    {
	font-family: courier;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	height: 8px;
	line-break: 5;
}

.bold {
	font-size: 15px;
	line-height: 24px;
	font-weight: bolder;
}
.photocaption {
	font-family: Courier;
	font-size: x-small;
	line-height: 180%;
	text-decoration: none;
	vertical-align: top;
}
.heading1 {
	font-family: Georgia;
	font-size: 15px;
	font-weight: bolder;
}

