/**
 CSS for Antenna House Web : sample page
*/
pre,
p.plist {
	white-space:pre;
	color:navy;
	font-family:monospace;
	margin:10px 1em 20px 1em;
	padding:0.5em;
	color: navy;
}

p.strong {
	margin-left:1em;
	font-weight:bold;
	font-size:1.2em;
}

table.fosample {
	border-style:solid;
	border-width:1px;
	border-color:ThreeDShadow;
	border-collapse:collapse;
}
table.fosample td {
	border-style:solid;
	border-width:1px;
	border-color:ThreeDShadow;
	padding: 3px;
}

