body {
	background-color: #000000;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #B07A00;
}
a:link{
	color:#938500;
	font-weight:bold;
	text-decoration: underline;
}
a:active{
	color:#938500;
	font-weight: none;
	text-decoration: underline
}
a:visited{
	color:#938500;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color:#938500;
	font-weight:bold;
	text-decoration: line-through;
}
.head {
	font-family: georgia;
	font-size: 22px;
	color:#938500;
}
td {
	font-family: arial, tahoma;
	font-size: 11px;
	color: #B07A00;
}
input {
	color: #938500;
	background: none;
	font-size: 11px;
	font-family: tahoma, arial;
	text-align: left;
	border: #938500 1px solid;
}