Tahoma, /* =info 
-------------------------------------------------------------------------------    
    
    Name:   reset.css
    Author: Frank Winter
    Date:   11.12.2007
    
    Resets some diusturbing CSS-behaviors.
     
-------------------------------------------------------------------------------
*/

*        { margin: 0; padding: 0; }

body     { font-family: Tahoma, Arial, sans serif; }
a        { text-decoration: none; border: none; }
img      { border: none; vertical-align: bottom; }
fieldset { border: none; }
table    { border-collapse: collapse; border-spacing: 0; }
ol, ul   { list-style: none; }
pre      { font-family: inherit; }
