body, table, tr, td {
	font: 10px Tahoma;
	color: #FF626D;
	text-decoration: none;
}
body {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF626D;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #FF8A92;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #F8E3DE;
	border: none;
}
a:hover {
	color: #F8E3DE;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	border: none;
	background-color: #FF626D;
}
input, textarea, option, select {
	background-color: #FF8A92;
	font: bold 8pt Tahoma;
	color: #F4D9F2;
	border: 1px double #FFFFFF;
	padding:0px; }

