body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #0F0;
}
body {
	background-color: #000;
}
a:link {
	color: #09F;
}
a:visited {
	color: #09F;
}
a:hover {
	color: #F00;
}
a:active {
	color: #09F;
}
h1 {
	font-size: 24px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h2 {
	font-size: 18px;
}
input {
	background-color: #060;
	border: #0F0 solid 1px;
	color: #FFF;
}
input[type=submit], input[type=button] {
	border: #0F0 outset 3px;
	
}.err {
	font-weight: bold;
	color: #F00;
	font-size: 14px;
}
