h1 {
	text-align : center;
	text-decoration : underline;
	font-family : "Bookman Old Style";
	font-size : xx-large;
	font-weight : bold;
	color: Blue;
}
h2 {
	text-align: left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000080
}
p {
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	}
p.center {
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	}
a:link {color: #0000ff;  background : White;  font-weight : bold;  }
a:hover{color:#337722; text-decoration:underline;  background : White;  }
	a:visited {color: #800080;  background : White; }
	
	hr {
	color: Blue;
	width: 80%;
	
}
img.pearl {
	border : thick groove Blue;
}
td{
	font-family: Arial, Helvetica, sans-serif; font-size: 80%;
}
h3 {
	text-align: center;
	color: black;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}
