/* --
   ZAP HTML -- initialize all parameters
   CSS for Sunarcher.org, h2nexus.net and related sites
   Copyright (c) Jamie Dinkelacker, Los Altos, CA USA
   The Sunarcher Organization
   http://sunarcher.org/  http://h2nexus.net
   ---
*/


/* -- Zap out funky browser defaults -- */


/*  zap margins & paddings  */

html, body, form, blockquote,
input, textarea, fieldset,
h1, h2, h3, h4, h5, h6, pre, 
a, p, q, ul, li, ol, dl, 
table, tr, td, thead, tbody, tfoot, caption, 
dd, dt, dl, img, th
  {
  margin: 0; 
  padding: 0;
  }
  
/*  hack for nested lists  */
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl 
  {
  margin-top: 0;
  margin-bottom: 0;
  }


/*  zap TABLE borders */

table  {
  border-collapse: collapse;
  }
  
  
/*  harmonize BULLET types */

ul, ol, dl  {
  list-style-type: disc;
  } 


/*   prep viewport  */

area, base, basefont, head, meta, script, style, title,
noembed, noscript, param 
  {
  display: none;
  }


