/*name: factory.css
author: Nathan Uri
*/

link,:visited { text-decoration:none }
ul,ol  { list-style: none; margin-bottom: 0 }
usemap { margin: 0; padding: 0; width: 0 }
h3,h4,h5,h6,pre,code { font-size:1em; }
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }


