.pictitle {
	font-size: 14px;
	font-weight: bold;
}
.details {
	font-size: 9px;
	font-style: italic;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
	text-align:center;
}

a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.textbody {
	background-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	width: 600px;
	position: relative;
	border: 1px solid #000000;
	text-align:justify;
}
