/* CSS Document */

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.pfText{
	color: #000000;
	/*border: 2px solid blue; background: silver;*/
	}

.pfText a {
	text-decoration: none;
	color: #990099;
}

.pfText a:visited {
	text-decoration: none;
	color: #660000;
}

img {
	border: none;
}

.legendsFirstPage {
	font-size: 10px;
	font-style: italic;
	color: #9966CC;
	padding-bottom: 5px;
}

.author {
	position:absolute;
	font-size: 14px;
	color: #660066;
	width:90%;
	top:5px;
	text-align: right;
}
.instruct {
	font-size: 24px;
	text-align: center;
	color: #333333;
}
