/***
 * Check it out:  Ezekiel.com is SO BROKEN, I have to maintain
 * an offsite CSS sheet for panels.
 * 
 * It makes me weep.
 * 
 * khellman@mcprogramming.com
 */
 
 /** Announcement panel styles */
div#right-column-content h1.title {
 	margin-bottom: 0in; 
	text-align: left; 
	text-indent: -1em;
	text-decoration: underline;
	color: rgb(153, 51, 0);
	font-size: large;
	font-variant: small-caps;
	font-weight: bolder;
	}

div#right-column-content h1 {
 	margin-bottom: 0in; 
	text-align: left; 
	text-indent: -1em;
	color: rgb(153, 51, 0);
	font-size: medium;
	font-variant: small-caps;
	font-weight: bolder;
	}

div#right-column-content p {
	margin-bottom: 0in; 
	text-align: left;
	text-indent: -1em;
	font-size: medium;
	color: black;
	}


