Body { 
	background-color: #330066;	 	/* purple */
	font-family: helvetica, impact, arial, sans-serif;
	color: #330066; 	/* purple */
	margin: 5px;
	padding: 0px;
	cursor: default;
} 
	
a { font-weight: bold; color: #FFFF66; text-decoration: underline }	/* yellow */
a:link { font-weight: bold; color: #CC66CC; text-decoration: underline }	/* magenta */
a:visited { font-weight: bold; color: #9999cc; text-decoration: underline }	/* blue grey */
a:active { font-weight: bold; color: #999999; text-decoration: underline }	/* grey */
a:hover { font-weight: bold; color: #009900; text-decoration: underline }	/* dark faded green */

table {
	text-align: left;
	padding: 8px;
}

H  { text-indent: 15px; font-family: helvetica, impact, arial, sans-serif }		/* browsers prefer lowercase font names and IE3 wants the family last */
H1 { font: xx-large; helvetica, impact, arial, sans-serif }	/* must size then face */
H5 { size: medium; }	/* size 5 heading is centered */
P  { font: medium; helvetica, impact, arial, sans-serif }	/* must size then face */
LI { font: medium; helvetica, impact, arial, sans-serif }		/* must size then face */
BLOCKQUOTE { font: medium; helvetica, impact, arial, sans-serif }	/* must size then face */
TH { font: medium; helvetica, impact, arial, sans-serif }	/* must size then face */
IMG { margin-bottom: 7px; margin-left: 7px; margin-right: 7px; }	/* all images a top, right and left margin */

.new { color: #009900 } /* dark faded green text */
.calendar { background: #FFFF66; text-align: center; font-weight: bold }	/* faded yellow */
.highlight { background: #FFFF66 }	/* faded yellow */
.yellow { color: #FFFF66 }	/* faded yellow */
.center { text-align: center }
.grey { color: #999999 }	/* grey text */
.crucial { font-weight: bold; }		/* bolded text */
.pullquote { font-size: medium; color: #009900 }	/* small dark faded green text */
.red { font-weight: bold; color:#990000 }	/* dark faded red text */
.blue { font-weight: bold; color:#333399 }		/* dark dull blue text */
.redorange { font-weight: bold; color:#CC3300 }	/* dark red-orange text */
.black { font-weight: bold; color:#000000 }	/* bold black text */
.monospace { font-family: courier, monaco }		/* precise text */
.underline { text-decoration: underline }	/* underlined text that isn't linked */
.copyright { color: #FFFF66; font-size: x-small; text-align: center}	/* extra-small yellow centered text */
.tiny { color: #330066; font-size: x-small; text-align: center}	/* extra-small purple centered text */
.boxed
	{
		margin: 3px 3px 3px 3px;
		background-color: #330066; 	/* purple */
		font: helvetica, impact, arial, sans-serif;
		color: #FFFF66; 	/* faded yellow */
		padding: 8px;
		border: 1px;
		width: 90%;
		text-align: center;
	}

	.callout
	{
		float: right;
		margin: 3px 3px 3px 3px;
		background-color: #330066; 	/* purple */
		font: helvetica, impact, arial, sans-serif;
		color: #FFFF66; 	/* faded yellow */
		padding: 8px;
		border: 1px;
		width: 40%;
		text-align: center;
	}
		a.callout, a.callout:active, a.callout:visited, .callout a.text, .callout a.text:active, .callout a.text:visited 
		{
			text-decoration: underline;
			color: #FFFFFF; 	/* white */
		}

/* last updated 03 September 2008 */ 
