body, table, tr, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0099;
	}
body {
	background-color: #fee9f0;
}
a:link {
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
input, textarea, option, select {
	background-color: #fee9f0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0099;
	letter-spacing: 1px;
	border: 1px solid #FF0099;
	padding:2px; }