@charset "utf-8";
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
frame {
	color: #FF0000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align: center;
}

dt {
	font-weight: bold;

}
.underline {
	text-decoration: underline;
}

.link_dummy {
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}

h3 {
	background-color: #CCCCCC;
	color: #000000;
	border: thin inset #666666;
	padding-left: 5px;
}
