body {
	background-color: #FFFFFF;
	font-family: arial, verdana, times new roman, helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}
.h1 {
	font-family: arial, verdana, times new roman, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.h1_b {
	font-family: arial, verdana, times new roman, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:link:hover {
	color: #969696;
	text-decoration: underline;
}
a:visited {
	color: #969696;
	text-decoration: underline;
}
a:visited:hover {
	color: #969696;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:active:hover {
	color: #969696;
	text-decoration: underline;
}