@charset "utf-8";
/* CSS Document */
body {
	background: #000000 url('../images/index_bg.jpg');
	background-repeat:repeat-x;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
