/* GENERAL STYLES */
/* basis css */
   
/* rendered css1-addressable elements and all applicable non-inherited
   properties set to initial values and default display types */

a, abbr, acronym, address, bdo, blockquote, body, button, cite, code, dd, del,
dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins,
kbd, label, li, object, ol, p, q, samp, span, strong, sub, sup, ul, var, 
applet, b, big, center, dir, font, hr, i, menu, pre, s, small, strike, tt, u{
	background: transparent;
	width: auto;
	height: auto;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	clear: none;
	vertical-align: baseline;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;}	 

address, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5,
h6, ol, p, ul, center, dir, hr, menu, pre{
	display: block;}

a, abbr, acronym, applet, bdo, button, cite, code, del, dfn, em, iframe, img,
ins, kbd, label, object, q, samp, span, strong, sub, sup, var, b, big, font, i, s, small, strike, tt, u{

	display: inline;}

li{
	display: list-item;}

/* begin tree of inherited properties and cascades. */

/* describes the default type, color, and link decoration specs of
mosaic-derivative browsers to the extent and degree of granularity that users
may typically override. uncomment for "factory settings."

html{
	font-family: "times new roman", times;
	font-size: medium; 
	color: black;
	background-color: #bfbfbf;}

pre, tt, code, kbd, samp{
	font-family: "courier new", courier;}

a:link, a:visited, a:active{
	text-decoration: underline;}

a:link{
	color: #0000ff;}
	
a:visited{
	color: #7f007f;}

a:active{
	color: #0000ff;}
	
end pre-css user settings */

html{
	line-height: 1.12;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;}

body{
	padding: 8px;}

h1{
	font-size: 2em;
	margin: .67em 0;}

h2{ 
	font-size: 1.5em;
	margin: .75em 0;}

h3{ 
	font-size: 1.17em;
	margin: .83em 0;}

h4, p, blockquote, fieldset, form, ul, ol, dl, dir, menu{ 
	margin: 1.12em 0;}

h5{
	font-size: .83em; /* varies with pixels-per-em at document root */
	margin: 1.5em 0;}

h6{
	font-size: .6em; /* varies with pixels-per-em at document root */
	margin: 1.67em 0;}

h1, h2, h3, h4, h5, h6, b, strong{ 
	font-weight: bolder;}
	
blockquote{ 
	margin-left: 40px;
	margin-right: 40px;}

i, cite, em, var, address{ 
	font-style: italic;}

pre, tt, code, kbd, samp{ 
	font-family: monospace;}

pre{
	white-space: pre;}

big{ 
	font-size: larger;}
	
small, sub, sup{
	font-size: smaller;}

sub{
	vertical-align: sub;}

sup{
	vertical-align: super;}

s, strike, del{
	text-decoration: line-through;}

hr{
	border: 1px inset; /* questionable */}

ol, ul, dir, menu, dd{
	padding-left: 40px;}
	
ol li{
	list-style-type: decimal;}
	
ul li{
	list-style-type: disc;}

ul ul, ul ol, ul menu, ul dir, menu ul, menu ol, menu menu, menu dir, dir ul,
dir ol, dir menu, dir dir, ol ul, ol ol, ol menu, ol dir{
	margin-top: 0;
	margin-bottom: 0;}

ol ul, ul ul, menu ul, dir ul, ol menu, ul menu, menu menu, dir menu, ol dir, ul
dir, menu dir, dir dir{
   list-style-type: circle;}

ol ol ul, ol ul ul, ol menu ul, ol dir ul, ol ol menu, ol ul menu, ol menu menu,
ol dir menu, ol ol dir, ol ul dir, ol menu dir, ol dir dir, ul ol ul, ul ul ul,
ul menu ul, ul dir ul, ul ol menu, ul ul menu, ul menu menu, ul dir menu, ul ol
dir, ul ul dir, ul menu dir, ul dir dir, menu ol ul, menu ul ul, menu menu ul,
menu dir ul, menu ol menu, menu ul menu, menu menu menu, menu dir menu, menu ol
dir, menu ul dir, menu menu dir, menu dir dir, dir ol ul, dir ul ul, dir menu
ul, dir dir ul, dir ol menu, dir ul menu, dir menu menu, dir dir menu, dir ol
dir, dir ul dir, dir menu dir, dir dir dir{
	list-style-type: square;}

u, ins{
	text-decoration: underline;}

caption, col, colgroup, legend, table, tbody, td, tfoot, th, thead, tr{
	text-decoration: none;
	margin: auto;}

table, tbody, tfoot, thead, tr{
	width: auto;
	height: auto;}

caption, legend, td, th{ 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: normal;}


caption{
	text-align: center;}

/* not part of the legacy browser default sheet, but an obvious enhancement */

ol ol li{
	list-style-type: lower-alpha;}
	
ol ol ol li{
	list-style-type: lower-roman}



/* EDITOR PROPERTIES */

.g-recaptcha div { height: inherit; }
.g-recaptcha iframe { height: inherit; }