@charset "UTF-8";
/* CSS Document */

/* Undo some of the default styling of common (X)HTML browsers */


/* remove text link underlines */
:link,:visited { text-decoration:none }
a:hover { text-decoration:underline }

/* standardize all font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* strip margin and padding from the following tags */
ul,ol,li,dl,dt,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 }

p { margin-bottom: 1em; }

/* End undo some of the default styling of common (X)HTML browsers */