body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

li {
	font-size: 12px;
	padding-bottom: 12px;
}
h5 {
	font-size: 10px;

}
.question {
	padding: 10px;
	float: right;
	width: 200px;
	border: dotted thin #000066;
	margin: 10px;
	text-align: center;
	color: #000099;
	font-size: 12px;
}
#highlight {
	border: thin dotted #000066;
	width: 350px;
	position: relative;
	background-color: #66CC99;
	padding: 20px;
	margin: 0px 0px 0px 50px;
}
#highlight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
p.author   {
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
}
p.previewto {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0px;
}

.footer {
	text-align: center;
}
#summary {
	border: thin solid #000066;
	width: 350px;
	position: relative;
	background-color: #66CC99;
	padding: 0px 10px;
	margin: 0px 0px 0px 50px;
}
.blockinarticle {
	border: thin solid #99F;
	width: 350px;
	position: relative;
	padding: 10px;
	background-color:#EFEFEF;
	margin: 0px 0px 0px 50px;
}

