
body { 
	margin: 1em;
	font-family: helvetica, arial, sans-serif; 
	font-size: 12pt;
	line-height: 110%;
	/* background: url(http://www.mugii.com/mugiibg.JPG) white; */
	background-color: white;
	color: black; 
}

p { font-family: helvetica, arial, sans-serif; }

td { font-family: helvetica, arial, sans-serif; }
td.footer { font-size: 10pt; color: white; }

td.message { font-size: 10pt; }
td.smallcal {font-size: 9pt;}
tt.small { font-size: 9pt; }

li.message { font-size: 10pt; }

tt.footer { font-size: 10pt; color: white; }

a:link { color: #996600; }          /* unvisited link */
a:visited { color: #333300; }        /* visited links */
a:active { color: #996600; }        /* active links */

a.calendardate { color: white; }
a.footer { font-size: 9pt; color: white; }
/* setting the anchor border around IMG elements requires contextual selectors */
/*
a:link IMG { border: 2px solid blue }
a:visited IMG { border: 2px solid red }
a:active IMG { border: 2px solid lime }
*/

