h1 {
	text-align: center;
	font-family: times new roman,serif;
	font-size: 48pt
}

p {
	font-family: times new roman,serif;
	font-size: 14pt
}

p.note {
   font-family: andale mono,courier new,monospace;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   font-size: 12pt;
   color: #550000;
   text-align: right;
}

p.date {
   font-family: times new roman,serif;
   font-style: italic;
   font-size: 16pt;
   color: #000000;
   text-align: right;
}

p.freshdate {
	font-family: times new roman,serif;
	font-style: italic;
	font-size: 16pt;
	color: #de1a1a;
	text-align: right;
}

div.nice {
   padding: 0.5em;
   border: solid thin;
   background: #ddd;
}

div.supernice {
   padding: 0.2em;
   border: solid thin;
   background: #ffffff;
   font-family: andale mono,courier new,monospace;
   font-size: 12pt;
}

