/*
 * This CSS file _will always_ be called first by all of the sites and therefore
 * you can define wildcard styles that will be used by default. But since CSS
 * follows priority in sequential order, if these styles are re-defined by any
 * other CSS files, they will overwrite the ones in this file, therefore 
 * anything defined here will be a "fall-back" default.
 */

/* Override the default margins defined by various browsers for paragraphs. */
p { margin-top: 0; margin-bottom: 7px; }

/* Do not allow images to have borders by default. */
img { border: none; }
