h1
{
	font-family: arial;
	font-size: 11px;
	color: #999999;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}

p
{
	font-family: arial;
	font-size: 11px;
	color: #999999;
	margin: 0px;
}

a:link
{
	color: #999999;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	font-weight:bold;
	text-decoration:none;
}
a:visited
{
	color: #999999;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color: #333333;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	font-weight:bold;
	text-decoration:none;
}
a:active
{
	color: #333333;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	font-weight:bold;
	text-decoration:none;
}