@charset "UTF-8";
.asdf {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #00FF00;
	background-color: #000000;
}
#frame {
    width: 488px;
    height: 365px;
    overflow: auto;
} 
.menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.body_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
