BODY { 
  margin: 1em;
  font-family: tahoma, arial, helvetica;
  line-height: 1.1;
  color: black;
}

* {
	font-size: 9pt;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4, H5, H6 { margin-top: 0; margin-bottom: px0 }

H1 { font-size: 26pt }
H2 { font-size: 22pt }
H3 { font-size: 18pt }
H4 { font-size: 16pt }

B, STRONG {
	font-weight: bolder;
	font-size: 12px;
}  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid black }        /* 'border-bottom' could also have been used */

A:link { color: #FF9933 }          /* unvisited link */
A:visited { color: #FF9933 }        /* visited links */
A:active { color: #FF9966 }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 0px }
A:visited IMG { border: 0px }
A:active IMG { border: 0px }
.Cal {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #ff0101;
}
