a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F793A;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C7414F;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008029;
	text-decoration: none;
}

/* lmenu-link */
a.menu_link:link
{
	color#CC0000;
	text-decoration: none;
}
a.menu_link:hover
{
color:#000000;
text-decoration: none;
}
a.menu_link:visited
{
color:#000000;
text-decoration: none;
}
a.email_link:link
{
color: #C7414F;
text-decoration: none;
}
a.email_link:visited
{
color: #000000;
text-decoration: none;
}
a.email_link:hover
{
color: #b35d01;
text-decoration: none;
}

