a {
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
	color: blue;
}

a:hover	{
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
	color: red;
}

a.left {
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: blue;
}

a.left:hover	{
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	text-decoration: underline;
	color: red;
}
					
a.footer {
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	text-decoration: underline;
	color: blue;
}

a.footer:hover	{
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	text-decoration: underline;
	color: red;
}

     