.Bert {
	font-family: LithographLight;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	background-color: #000000;
	border: thin none #FF9900;
}
.heading {
	font-family: LithographLight;
	font-size: 24px;
	color: #FFCC00;
	background-color: #000000;
	font-weight: bolder;

}
.caption {
	font-family: LithographLight;
	font-size: 10px;
	color: #FFCC00;
	background-color: #000000;
}
.boldbert {
	font-family: LithographLight;
	font-size: 16px;
	font-weight: bold;
	background-color: #000000;
	color: #FFCC00;

}
.italicbert {
	font-family: LithographLight;
	font-size: 14px;
	font-style: italic;
	background-color: #000000;
}
.references {
	font-family: LithographLight;
	font-size: 14px;
	color: #FFCC00;
	text-align: justify;
	text-indent: 35px;
	word-spacing: normal;
	white-space: normal;
	display: list-item;
	line-height: 8mm;
	list-style-position: inside;
	list-style-image: url(bullet.jpg);
	list-style-type: circle;
	vertical-align: -10%;
	cursor: auto;


}
