/*Set object display type properties*/
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET,
FORM, FRAME, H1, H2, H3, H4, H5, H6, IFRAME,
NOFRAMES, OBJECT, OL, UL, APPLET, CENTER, DIR, HR,
MENU, PRE, P {display: block}
LI {display: list-item}
INPUT {display: inline}
HEAD {display: none}
TABLE {display: table}
TR {display: table-row}
THEAD {display: table-header-group}
TBODY {display: table-row-group}
TFOOT {display: table-footer-group}
COL {disply: table-column}
COLGROUP {display: table-column-group}
TD, TH {display: table-cell}
CAPTION {display: table-caption}
/*Set object visual formating properties*/
TH {font-weight: bolder; text-align: center}
CAPTION {text-align: center}
BODY {padding: 4px; line-height: 1.33; font-family: arial, sans-serif; color: white; background-color: blue;}
H1 {font-size: 2em: margin .67em 0}
H2 {font-size: 1.5em; margin .83em 0}
H3 {font-size: 1.17em; margin: 1em 0}
H4, P, BLOCKQUOTE, UL, FIELDSET, FORM, OL, DL, DIR, MENU {margin: 1em 0em}
H5 {font-size: .83em; line-height:1.17em; margin: 1.67em 0}
H6 {font-size": .67em; margin: 2.33em 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: 1.17em}
SMALL, SUB, SUP {font-size: .83em}
SUB {vertical-align: sub}
SUP {vertical-align: super}
S, STRIKE, DEL {text-decoration: line-through}
HR {border: 1px inset}
OL, UL, DIR, MENU, DD {margin-left: 40px}
OL {list-style-type: decimal}
OL UL, UL OL, UL UL, OL OL {margin-top: 0; margin-bottom: 0}
U, INS {text-decoration: underline}
CENTER {text-align: center}
BR:before {content: "\A"}
ABBR, ACRONYM {font-variant: small-caps; letter-spacing: 0.1em}
A[href] {text-decoration: underline}
:focus {outline: thin dotted invert}

/*Document Visual formatiing and blocking*/
/BODY {height: 11in; width: 8.5in}
/#header  {position: fixed;
/	  width: 100%;
/	  height: 15%;
/	  top: 0;
/	  right: 0;
/	  bottom: auto;
/	  left: 0;
/	  border: solid;}
/#sidebar {position: fixed;
/	  width: 25%;
/	  height: auto;
/	  top: 15%,
/	  right: auto;
/	  bottom: 5%;
/	  left: 0;}
/#foc	  {position: fixed;
/	  width: auto;
/	  height: auto; 
/	  top: 15%;
/	  right: 0;
/	  bottom: 5%;
/	  left: 25%;}
/#footer  {position: fixed;
/	  width: 100%;
/	  height: 5%;
/	  top: auto;
/	  right: 0;
/	  bottom: 0;
/	  left: 0;
/	  text-align: center;
/	  color: black;
/	  background-color: white;
/	  border: solid;}	
