@import url(typography.css);
@import url(layout.css);

/* set defaults, kill margins, underlines, etc */
* {	margin: 0px; padding: 0px; }
h2 {margin: 0px; padding: 0px;}
body { outline: none; }
fieldset { border: none;}
a img,:link img,:visited img { border:none }
:link,:visited { text-decoration:none }

.clear { clear: both; height: 1em;}

