BODY {

	background-color: #999;
	font-family: Verdana, Arial, sans-serif;
}

TD {
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}

TD.navbar {
	background-color: #fff;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: left;
}

TD.content {
	background-color: white;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

A:link { 
	color: blue; 
}

H3 {
	border-top: 1px dashed black;
	font-family: Garamond, Verdana, sans-serif;
	color: #333;
	font-size: 16;
}

H2 {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	font-family: Garamond, Verdana, sans-serif;
	color: #333;
	font-size: 18;
}

H1 {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	font-family: Garamond, Verdana, sans-serif;
	color: #333;
	font-size: 25;
}

P.footer {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	color: white;
}

P.code {
	font-family: Courier New, monospace;
}

SPAN.title {
	font-size: 130%;
	font-weight: bold;

}

TABLE.ptable {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

TD.pcell {
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.just {
	text-align: justify;
}

