A
	{
	color: DarkRed;
	text-decoration: underline;
	}

A:link
	{
	color: DarkRed;
	text-decoration: underline;
	}
A:visited
	{
	color: DarkRed;
	text-decoration: underline;
	}
A:hover
	{
	color: Red;
	text-decoration: underline;
	background-color: yellow;
	}
A:active
	{
	color: DarkRed;
	text-decoration: underline;
	}


A:link.plain {color: black;text-decoration: none;}
A:visited.plain	{color: black;text-decoration: none;}
A:hover.plain {color: black;text-decoration: none;}
A:active.plain {color: black;text-decoration: none;}

A:link.sponsor {color: DarkRed;text-decoration: none;}
A:visited.sponsor {color: DarkRed;text-decoration: none;}
A:hover.sponsor {color:Red;text-decoration: underline;background-color: yellow;}
A:active.sponsor {color: Red;text-decoration: underline;}

A:link.sponsorurl {color: Navy;text-decoration: none;}
A:visited.sponsorurl {color: Navy;text-decoration: none;}
A:hover.sponsorurl {color: Navy;text-decoration: underline;background-color: yellow;}
A:active.sponsorurl {color: Navy;text-decoration: underline;}

A:link.red {color: Red;text-decoration: underline;}
A:visited.red {color: Red;text-decoration: underline;}
A:hover.red {color: Red;text-decoration: underline;background-color: yellow;}
A:active.red {color: Red;text-decoration: underline;}

A:link.menu {color: DarkRed;text-decoration: none;}
A:visited.menu {color: DarkRed;text-decoration: none;}
A:hover.menu {color: red;text-decoration: None;background-color: yellow;}
A:active.menu {color: navy;text-decoration: None;}

A:link.white {color: white;text-decoration: none;}
A:visited.white {color: white;text-decoration: none;}
A:hover.white{color: yellow;text-decoration: Underline;background-color: transparent;}
A:active.white {color: white;text-decoration: None;}

.button {font-weight: normal;font-family: Arial;font-size: xx-small;background-color: #FCF0D8;font-color: orange;color: brown;border: 0;text-decoration: none;text-align: center}

