H1, H2, H3 
{ 
	font-weight: bold; 
  	font-family: Arial;
	margin: 5px; 
}
H3 
{
	font-size: 12pt;
	color: #ffffff;
}
H2 
{
	font-size: 14pt;
	color: #ffffff;
}
H1 
{
	font-size: 16pt;
	color: #ffffff;
}
a {
	text-decoration: none;
	cursor: help;
}
a:link {
	color: #F3F3EE;
}
a:hover {
}
a:visited {
	color: #FFFF99;
}
a:hover {
	text-decoration: blink;
	color: #FF0000;
}

P 
{ 
  	font-size: 12pt; 
  	font-family: Arial; 
	color: #ffffff;
	margin: 10px; 
}


IMG
{
	margin: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
}

