/*

 * CSS Reset.

 * Based on Eric Meyer work and his contributors.

 * http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/

 */



* {

  border: 0;

  margin: 0;

  padding: 0;



}





:link, :visited, :hover { text-decoration: none; color: inherit; }

ol, ul, dl { list-style: none; }



/* eof */

