@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
}


a.menu {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.menu:hover {
	color: #333333;
	text-decoration: none;
}
a.menu:active {
	color: #333333;
	text-decoration: none;
}


a.links {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a.links:visited {
	color: #333333;
	text-decoration: underline;
}
a.links:hover {
	color: #1ebcef;
	text-decoration: underline;
}
a.links:active {
	color: #1ebcef;
	text-decoration: underline;
}