h1 {
	font-size:10pt;
	color: Black;
	font-family:tahoma, arial black;
}
h2{
	font-size:8pt;
	color: Black;
	font-family:verdana,tahoma,arial;
	font-weight : normal;
}
p {
	font-size:10pt;
	color: black;
	font-family: Tahoma, arial;
	font-weight : normal;
	background-color : transparent;
}
a:hover {
	background-color: Silver;
}
a:link {
	color: Blue;
	text-decoration: none;
}
a:vlink {
	text-decoration: none;
}