/*  
Theme Name: U N D O | Make default browser settings
Theme URI: http://decide.de/
Description: based on Tantek Celik's fantastic original. Cheers!
Version: 0.1
Author: Pedro Stoehr
Author URI: http://antidot.org/
*/



/*  Links -------------------------------------------------------- */
:link, :visited { text-decoration: none; }

/*  List-Markers ------------------------------------------------- */
ul{ list-style: none; }

/*  Heading font-sizes... and pre/code too ----------------------- */
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }

/*  Margin / Padding --------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, 
blockquote, fieldset, input, dl, dt, dd { margin: 0; padding: 0; }

/*  Image borders... Go Home! ------------------------------------ */
a img, :link img, :visited img { border: none; }

/*  De-Italicization --------------------------------------------- */
address { font-style: normal; }

/*  Additional Strippings ---------------------------------------- */
fieldset { border: none 0; }
hr { display: none; }