/*
 * Unqualified HTML Tag appearance
 *
 *
 */
html, body {
   background: white;                           /* MAB orange                                   */
	color: black;                                /* Font face black                              */
	font-family: Arial, sans-serif;              /* Default fonts                                */
	font-size: 0.85em;                              /* force default for all browsers               */
   padding: 0;                                  /* If padding and margin are not set like this  */
   margin: 0;                                   /* browsers use different defaults.             */
}

h1, h2, h3 {
   font-family: cursive;                        /* Typically Comic Sans                         */
	line-height: 1em;										/* IE and FF get confused if not specified      */
   margin: 0;
   margin-bottom: 0.5em; */
   padding: 0;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
BLOCKQUOTE {
   font-style: italic;
}

ADDRESS {
   font-style: normal;
   font-size: larger;
   font-weight: bolder;
   margin-left: 2em;
}

P.AddressInfo {
   margin-left: 2em;
}

PRE {
	font-family: Helvetica, Arial, sans-serif;     /* Default fonts                                */
}
IMG {
   border: none;
}
A {
	color: Navy;
	text-decoration: none;
}
A:hover {
	color: Navy;
	text-decoration: underline;
}
P {
	font-weight: normal;
}