@charset "utf-8";

/* background */
body {
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a {
	color: #940000;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

h3 {

	font-size: 12px;
	font-style: bold;
	color: grey;
	text-decoration: none;
}
