BODY {background-color: #ffefbd;}

h1    { 
    color:#3e4f6e; 
    font-size:22px; 
    font-weight: bold; 
    font-family: Arial, Helvetica, sans-serif 
    } 

DIV.head { font-family: garamond; font-size: 16pt; font-weight: bold  }

P.time, DIV.time { color: black; font-family: arial; font-size: 11pt; line-height: 1.5; font-weight: bold; }

P.event, DIV.event { color: #9c3017; font-family: arial; font-size: 11pt; line-height: 1.2; font-weight: bold }

P.room, DIV.room { font-family: arial; font-size: 10pt; line-height: 1.5; font-weight: bold; margin-left: 20px }

P.desc, DIV.desc { font-family: arial; font-size: 10pt; line-height: 1.5; margin-left: 20px }

P.mods, DIV.mods { font-family: arial; font-size: 10pt; line-height: 1.5; margin-left: 30px; font-style: italic }

P.highlight {background: #fdde83; }

P.white {background: white; padding-top:5px; padding-bottom:5px; padding-left:5px; padding-right:5px }



A.top:link { font-family: arial; font-size: 15; font-weight: bold; text-decoration: none; color: #003d69; }
A.top:active { font-family: arial; font-size: 15; font-weight: bold; text-decoration: none; color: #003d69; }
A.top:visited { font-family: arial; font-size: 15; font-weight: bold; text-decoration: none; color: #7594c0; }
A.top:hover { font-family: arial; font-size: 15; font-weight: bold; color:#7594c0; text-decoration: none }

A:link { font-family: arial; text-decoration: none; color: #003d69; }
A:active { font-family: arial; text-decoration: none; color: #003d69; }
A:visited { font-family: arial; text-decoration: none; color: #7594c0; }
A:hover { font-family: arial; color:#7594c0; text-decoration: none }

BODY, DIV, P, LI { font-family: arial; font-size: 10pt; line-height: 1.5 }

table.border {
	border-width: 3px 3px 3px 3px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

table.border td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.firstletter { float: left; font-size: 3em; line-height: 1; font-weight: bold; margin-right: 0.2em; } 