html,body
	{
	margin: 0;
	color: black;
	background-color: #f1f1f1;
	}
body a
	{
	color: black;
	}
#header
	{
	height: 60px;
	background-color: #336699;
	padding: 4px;
	}
#header a
	{
	color: #eeeeee;
	font-size: 12px;
	}
@media print
	{
	html,body
		{
		background-color: white;
		}
	#header
		{
		display:none;
		}
	}
@media screen and (max-width: 900px)
	{
	}

.page_title
	{
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-weight: bolder;
	font-size: 1.4em;
	color: #333366;
	margin-bottom: 20px;
	}
.page_backlink
	{
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	text-align: left;
	}
@media print
	{
	.page_backlink
		{
		display:none;
		}
	}
.page_backlink a
	{
	font-size: 14px;
	}
.page_content
	{
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-family: Georgia, Arial, Helvetica, Sans Serif;
	font-size: 1em;
	text-align: justify;
	word-wrap: break-word;
	background-color: #f9f9f9;
	color: #666677;
	}

.page_form
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

.page_break
	{
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px;
	font-family: Georgia, Arial, Helvetica, Sans Serif;
	font-weight: bolder;
	font-size: 22px;
	color: #333366;
	}

.FAppPage_code, .FAppPage_conf, .FAppPage_cmd, .FAppPage_output
	{
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	overflow: auto;
	white-space: pre;
	}
.page_strong
	{
	color: #333366;
	font-weight: bold;
	}

.page_gallery
	{
	}
.page_gallery_cell
	{
	cursor: zoom-in;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.page_slides
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
.page_slide
	{
	background-color: #666666;
	border: 1px solid #eeeeee;
	border-radius: 9px;
	margin: 10px;
	padding: 20px;
	}
.page_slide img
	{
	margin-left: auto;
	margin-right: auto;
	}

.page_index
	{
	}
.page_index_entry
	{
	background-color: #ccddff;
	padding: 12px;
	border-radius: 9px;
	margin-top: 4px;
	display: flex;
	}
.page_index_icon
	{
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: 6px;
	cursor: pointer;
	}
.page_index_body
	{
	width: calc(100% - 80px);
	}
.page_index_header
	{
	display: flex;
	justify-content: space-between;
	}
.page_index_link
	{
	margin-bottom: 4px;
	font-size: 0.9em;
	}
.page_index_date
	{
	margin-bottom: 4px;
	font-size: 0.7em;
	}
.page_index_synopsis
	{
	clear: both;
	font-size: 0.6em;
	padding-left: 20px;
	}

.page_footer
	{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 800px;
	padding: 10px;
	font-family: Georgia, Arial, Helvetica, Sans Serif;
	font-size: 0.6em;
	color: #9999aa;
	}
