@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #70706f;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #70706f;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #70706f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
a.menu:active {
	text-decoration: underline;
}

ul {
	line-height: 2.0;
}