html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

body {
  font-size:76%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:1.3;
  background-color: #fff;
}

a img {
  border: 0;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size:138.5%;  
}
h2 {
	font-size:122%; 
}
h3 {
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin-bottom:1em;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breathe*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable
	border:1px solid #000;
	padding:.5em;*/
}
th {
	/*distinguishing table headers from data cells
	font-weight:bold;
	text-align:center;*/
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password]{width:20.25em;*width:14em;}
textarea{width:21.25em;*width:18em;}
