BODY		{
                  background:   #722;
		  font-family:  Arial, Helvetica, sans-serif;
		  color:	#EEE;
                  padding:      0px 6px;
		}

P.title		{ font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
		  font-weight:	bold;
                  font-style:   italic;
		  font-size:	125%;
		  color:	#933;
		}

.notice		{ font-family:	"Lucida Console", "Andale Mono", monospace;
		  font-size:	85%;
		  line-height:	1.5;
		  text-align:	right; }

HR		{ border:	2px solid #BA8; } 

H1, H2		{ font-family:  "Trebuchet MS", Verdana, sans-serif;
                  color:        #BA8;
                  text-align:   left;
                  text-indent:  .4em; }

H3, H4, H5, H6  { font-family:  "Trebuchet MS", Verdana, sans-serif;
                  color:        #BA8;
                  text-align:   left;
                  text-indent:  .2em; }

PRE, TT, CODE, KBD, SAMP
                { font-family: "Lucida Console", "Andale Mono", monospace; }

A:link, A:visited, A:active 
		{ font-weight:	bold;
		  text-decoration: none; }

A:link          { color:        #B91; }
A:active        { color:        #08F; }
A:visited       { color:        #985; }
A:hover 	{ text-decoration: underline; }

A IMG 		{ border:	0px; }

UL		{ list-style:	disc outside; }

UL.publist	{ font-family:	Palatino, Arial, Helvetica, sans-serif; }

P.title         { font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
                  font-weight:  bold;
                  font-style:   italic;
                  font-size:    125%;
                  color:        #933;
                }

.notice         { font-family:  "Lucida Console", "Andale Mono", monospace;
                  font-size:    85%;
                  line-height:  1.5;
                  text-align:   right; }

HR              { border:       2px solid #BA8; }

H1, H2		{ font-family:  "Trebuchet MS", Verdana, sans-serif;
                  color:        #BA8;
                  text-align:   left;
                  text-indent:  .4em; }

H3, H4, H5, H6  { font-family:  "Trebuchet MS", Verdana, sans-serif;
                  color:        #BA8;
                  text-align:   left;
                  text-indent:  .2em; }

PRE, TT, CODE, KBD, SAMP
                { font-family: "Lucida Console", "Andale Mono", monospace; }

A:link, A:visited, A:active 
		{ font-weight:	bold;
		  text-decoration: none; }

A:link          { color:        #B91; }
A:active        { color:        #08F; }
A:visited       { color:        #985; }
A:hover 	{ text-decoration: underline; }

A IMG 		{ border:	0px; }

UL		{ list-style:	disc outside; }

LI.linklist	{ margin-top:	.75em; }


.pubtitle	{ font-style:	italic; }


.dayweek	{ color:	#000;
		  background:	#79c;
		  font-weight:	bold;
		  text-align:	center; }

.calbody	{ color:	#000;
		  background:	#ddd;
		  text-align:	center; }

.centered	{ text-align:	center; }

/* "better" implementations for bold, italics, etc */
.strike		{ text-decoration: line-through; }
.bold		{ font-weight:	bold; }
.ital		{ font-style:	italic; }
.boldital	{ font-style:	italic;
		  font-weight:	bold; }
		  
