h1 	{ font-family: Copperplate Gothic Bold,Lucida Sans Unicode,Impact,Arial; 
	font-style: bold; 
	color: mediumslateblue; 
	font-size: 45pt;
	line-height: 90%;
	text-align: center}
  
h2	{ font-family: Copperplate Gothic Bold,Lucida Sans Unicode,Impact,Arial;
	color: mediumslateblue;
	font-size: 25pt;
	text-align: center }

dd 	{ font-family: Tahoma,Arial; 
	font-size: 90%}

body 	{ font-family: Tahoma,Arial }

table 	{ font-size: 90%; 
	background: aliceblue }

th	{ color: white;
	background-color: black }

a:link	{ color: mediumslateblue;
	text-decoration: none }

a:visited { color: purple;
	text-decoration: none }

a:hover { color: white;
	background-color: mediumslateblue;
	text-decoration: none }

