body {
	background:#ffffff;
	scrollbar-base-color:#ffcc66;
	scrollbar-face-color:;
	scrollbar-arrow-color:;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:;
	scrollbar-3dlight-color:;
	scrollbar-darkshadow-color:;
	font-family:monospace;
	color:black;
}

td {
	vertical-align:top;
	text-align:left;
}

p {
	margin:0px;
}

div {
	margin:0px;
	padding:0px;
}

label {
	cursor:pointer;
}

a {
	text-decoration:underline;
}

a:link {
	color:;
}

a:visited {
	color:;
}

a:hover {
	color:orange;
	background-color:gold;
}

.page_title {
	font-size:x-large;
	color:#ff1493;
	font-weight:bold;
}
.headline {
	font-size:x-large;
	color:#000080;
	font-weight:bold;
}
.memo {
	font-size:large;
	color:;
}
.html {
	font-size:large;
}
.meta {
	font-size:small;
	color:#808080;
}
.about {
	font-size:large;
	color:#808000;
}

.icon {
	cursor:pointer; border:none;
}
.submitBtn {
	cursor:pointer; height:48px; font-size:14pt; font-weight:bold;
}
.cancelBtn {
	cursor:pointer; height:48px; font-size:14pt;
}