body {
	background-attachment: fixed;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #000;
}
h1 {  color: #FF0000}
a {
	color: #CCFFFF;
}
hr {
	color: #FFFFFF;
}
.frm {
	width: 250px;
	display: inline;
	border: 1px solid #FFFFFF;
}
input
{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}
@media handheld and (max-width: 500px) {
  input { font: large; }
}
.notice {
	margin-right: auto;
	margin-left: auto;
	border: 1px none #CCC;
	font-weight: bold;
	color: #FF0;
}
.findex {
	width: 200px;
	float: right;
}
#comment {
display: none; visibility: hidden; z-index: 0; }
