.text {
	font-family: Tahoma, Arial;
	font-size: 10px;
}

input {
	font-family: Tahoma, Arial;
	font-size: 10px;
}


.slink {
	color: #F79831;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.slink a:active{
	color: #CC0000;
	text-decoration: none;
}
.slink a:hover {
	color: #CC0000;
	text-decoration: underline;
}
