h1 {
	font-size:20pt;
	color: Black;
	font-family: paletted,quill,weindb,comic sans ms,tahoma, "arial black";
	font-weight : bold;
}
h2 {
	font-size:13pt;
	color: Black;
	font-family:verdana,tahoma,arial black;
	font-weight : bold;
}
h3 {
	font-size: 10pt;
	color : Black;
	font-family :verdana,tahoma, Arial;
	font-weight : bold;
}
h4 {
	font-size: 9pt;
	color: Black;
	font-family:verdana,tahoma, Arial;
	font-weight : bold;
}
h5 {
	font-size: 9pt;
	color: Black;
	font-family:verdana,tahoma, Arial;
	font-weight : normal;
}
p {
	font-size:8pt;
	color: black;
	font-family: Tahoma, arial;
	font-weight : normal;
	background-color : transparent;
}
a:hover {
	background-color: Silver;
}
a:link {
	text-decoration : none;
	color: Blue;
}
a:visited {
	text-decoration: none;
	color: Blue;
}