@import "layout.css";
@import "fonts.css";
@import "basic.css";

/* Other 
Kill ALL margins and padding. */

* { 
padding: 0;
margin: 0; }

/* Ew */
a img { 
border: 0; 
display: block; }

/* Hide these things, they're not useful to a visual user. */
h1 span, #jumps, hr, #contactInfo * {
display: none; }

/* Clear floated elements. */

/* Both sides */
.clear {
clear: both; }

.clearLeft {
clear: left; }

.clearRight {
clear: right; }



	






