BODY
{
}

A:link  {
	color : Blue;
	text-decoration : underline;
}

A:visited  {
	color : Blue;
	text-decoration : underline;
}

A:hover  {
	font-weight : bold;
	TEXT-DECORATION : underline;
}

A.Siena:link  {
	color : #000080;
	font-variant: small-caps;
	text-decoration : none;
}

A.Siena:visited  {
	color : #000080;
	font-variant: small-caps;
	text-decoration : none;
}

A.Siena:active  {
	COLOR : #000080;
	font-variant: small-caps;
	text-decoration : none;
}

A.Siena:hover  {
	COLOR : cf0021;
    font-weight : bold;
	font-variant: small-caps;
	text-decoration : none;
}