/* common.css - you know, for common stuff and such */

/* The "why isn't this the default" section: */
img { border:none; }
object { outline:none; }

/* oft-used classes: */
.bold { font-weight:bold; }
.hidden { display:none; }
.clear { clear:both; }
.float-right { float:right; }
.float-left { float:left; }
.center { text-align:center }