/* $Id: skin1.css,v 1.24.2.12 2007/04/17 06:20:49 max Exp $ */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
/*a img,:link img,:visited img { border:none }*/
address { font-style:normal }
table { margin:0; padding:0; }

/*a, a:link, a:visited, a:hover, a:active, input { outline:0; }
End of undohtml.css */