/* POSSIBLE VALUES
* {
  font-size: 10pt;
  font-stretch: normal;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-family: Helvetica, Arial, sans-serif;
  word-spacing: 0px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  color: black;
  text-shadow: none;
  text-indent: 0px;
  line-height: 100%;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  margin: 0px;
  padding: 0px;
  background-color: none;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: left top:
  position: static;   /* absolute, fixed, relative
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  min-width: 0px;
  max-width: 0px;
  height: auto;
 min-height: 0px;
 max-height: 0px;
  overflow: auto;  /* visible, hidden, scroll
  direction: ltr;  /* rtl
  float: none;     /* left, right
  clear: both;     /* left, right, both
  z-index: 0;
  display: none; /*, block, inline, list-item, marker, run-in || compact, none
  table, inline-table, table-row, table-row-group, table-header-group,
  table-footer-group, table-column, table-column-group, table-caption
  visibility: visible;
  clip: rect(0px 130px 130px 0px);
}
*/

/* ALL TAGS */
/* a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var */

* { 
  padding: 0px;
  margin: 0px;
}

textarea, table, input, p, h1, h2, h3, h4, h5, h6 { 
  font-size: 100%;
}

/* No input or textarea */
 a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
  border-width: 0px;
  border-style: solid;
  border-color: black;
}

ul, ol { 
  list-style-position: outside;
}

ul { 
  list-style-type: disc;
  list-style-image: none;
}

li { 
  margin-left: 14px;
  _margin-left: 18px;
}

ol { 
  list-style-type: decimal;
}

table { 
  table-layout: auto;         /* fixed */
  caption-side: top;          /* left, bottom, right */
  border-collapse: collapse;  /* separate */
  border-spacing: 0px;
  empty-cells: collapse;      /* show */
}

th { 
  speak-header-cell: once;    /* always */
}

.alignright { 
  text-align: right;
}

.aligncenter { 
  text-align: center;
}

.aligntop { 
  vertical-align: top;
}

a:link {  }
a:visited {  }
a:hover {  }
a:active {  }
a:focus {  }

/*
:first-line
:first-letter
:first-child
:before
:after
*/
