h1 	{ font-family: Trebuchet MS,Lucida Sans Unicode,Impact,Arial; 
	font-style: bold; 
	color: mediumslateblue; 
	font-size: 30pt;
	line-height: 90%;
	text-align: center}
  
h2	{ font-family: Trebuchet MS,Lucida Sans Unicode,Impact,Arial;
	color: mediumslateblue;
	font-size: 20pt;
	text-align: left;
	line-height: 90%}

h3	{ font-family: Trebuchet MS,Lucida Sans Unicode,Impact,Arial;
	color: mediumslateblue;
	font-size: 15pt;
	line-height: 90%;
	text-align: left}

dd 	{ font-family: Trebuchet MS,Tahoma,Arial; 
	font-size: 90%}

body 	{ font-family: Trebuchet MS,Tahoma,Arial;
			font-size: 15pt;
			background-color: thistle}

table 	{ font-size: 90%; 
	background: transparent }

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 }

li { color: royalblue;
	 line-height: 90% }	
