BODY
{
	font-family: Arial;&nbsp;
	font-size: 10px;&nbsp;
	font-weight: normal;&nbsp;
	text-decoration: none;&nbsp;
	color: black;
}

FONT
{
	font-family: Arial;&nbsp;
	font-size: 10px;&nbsp;
	font-weight: normal;&nbsp;
	text-decoration: none;&nbsp;
	color: #black;
}

A
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

A:hover
{
	color:#f9f388
}

FONT.link
{
	font-family: Arial;&nbsp;
	font-size: 12px;&nbsp;
	font-weight: normal;&nbsp;
	text-decoration: none;&nbsp;
	color: #blue;
}

A.link
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: blue;
}

A.link:hover
{
	color: #FF0000
}

A.normal
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
A.normal:hover
{
        color: red
}

A.large
{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	;;text-decoration: none;
	color: #blue;
}
A.large:hover
{
	color: red
}
