body
{
	font-family: Arial;
}

p
{
	font-family: Arial;
}

font
{
	font-family: Arial;
}

a:link
{
	text-decoration:'underline';
	font-weight:bold;
	color:Black;
}

a:visited
{
	text-decoration:'underline';
	font-weight:bold;
	color:Black;
}
a:hover
{
	text-decoration:none;
	color:Black;
}
a:active
{
	text-decoration:'underline';
	font-weight:bold;
	color:Black;
}
