A.menu:link{
	color: yellow;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight:bold;
}
A.menu:hover{
	color: white;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight:bold;
}
A.menu:visited{
	color: yellow;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight:bold;
}
A.menu:active{
	color: white;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight:bold;
}

a.menuBig{
	color: yellow;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}
a.menuBig:hover{
	color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}
a.FAQs{
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold; 
	color: Green; 
	text-decoration: none;
}
a.FAQs:hover{
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold;
	color: Yellow;
	background-color: Green; 
	text-decoration: none;
}
a.FAQsBig{
	font-family: Arial;
	font-size: 12pt;
	font-weight: Bold; 
	color: Green; 
	text-decoration: none;
}
a.FAQsBig:hover{
	font-family: Arial;
	font-size: 12pt;
	font-weight: Bold;
	color: Yellow;
	background-color: Green; 
	text-decoration: none;
}
a.nostyle:link, a.nostyle:visited {
  text-decoration: none; 
  color: black;
}
a.directionlink:link, a.directionlink:visited {
  text-decoration: underline; 
  font-weight:bold;
  color: #FFFF00;
}
