body {
	font-family: "Comic Sans MS", Roman;
	font-size: 12px;
	color: #003333;
	background-color: #FFFFCC;
	margin: 0px;
	font-style: italic;


}
.bar {
	background-image: url(../img/bar.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
.bfoto {
	border: 3px solid #3F4140;
}
.bfotoWithHand {
	border: 3px solid #3F4140;
	cursor: pointer;
}

.box-info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #99FFFF;
	clear: both;
	width: 90%;
	border: 1px solid #990033;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

