body
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
}
p { font-size: x-small; }
.header
{
	background-color: #FFFFCC;
	color: navy;
	border-bottom: gray;
	border-style: solid;
	border-width: thin 0 thin 0;
	padding: 10px;
}

.footer
{
	background-color: #FFFFCC;
	color: navy;
	border-color: gray;
	border-width: thin 0 thin 0;
	border-style: solid;
	padding: 10px;
	font-size: 10px;
}

.content
{
	background-color: #FFFFFF;
	padding: 10px;
	float: none;
	clear: right;
	display: block;
	color: black;
}

.bar
{
	margin: 0 10px 0 0;
	padding: 6px;
	float: left;
	font-size: 10px;
	background-color: silver;
	border-color: gray;
	border-width: thin;
	border-style: dotted;
	color: black;
	width: 110px;
}

.category
{
	font-weight: bold;
	font-size: 12px;
}

/* body p#paperbox:first-letter
{
	font-weight: bold;
	text-decoration: underline;
}
 */
 
body p#paperbox:first-line
{
	color: #000066;
	font-size: medium;
}
