h1 { 
	font-style: normal; 
	font-weight: bold; 
	font-size: 24px 
}
strong.place {
	color: inherit;
	font-size: 12pt ;
	font-weight:bold;
}
strong.state {
	color : black;
	font-size: 11pt ;
	font-weight:bold;
}
i {
	color: inherit;
	font-size: 10pt ;
	font-style:italic;
	font-weight:bold;
	letter-spacing: 1px;
	} 
b {
	color: inherit;
	font-size: 10pt ;
	font-weight: bold;
	}
t {
	color: dimgray;
	font-size: 9pt ;
	font-family: arial, geneva, helvetica, sans-serif ;
	font-style:normal;
	font-weight:normal;
	}
cite {
	color: dimgray;
	font-size: 9pt ;
	font-style:italic;
	font-weight:bold;
	}
span {
    color : green;
    text-decoration : blink;
    font-weight :  bold;
      }
u {
    color : inherit;
    text-decoration : underline;
	 }
p.center {
    text-align: center;
      }
p.left {
    text-align: left;
    margin: 10px 0px;
      }
p.right {
    text-align: right;
      }
p.mp {
	line-height: 166%;
	text-align : center;
	color: inherit;
	font-size: 9pt ;
	font-style:italic;
	font-weight:bold;
	margin: 10px 0px;
	  }
body {
	direction: ltr;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	margin: 0px;
	background-color: #e1db8d;
	padding: 8px;
		}
a:visited {
	color : dimgray;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
      }
a:link {
	color : #40340e;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
      }
a:hover {
	color: #e1db8d;
	background-color: #40340e;
	font-weight: bold;
	font-style: italic;
}
