.text {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: 554F4F;
}
.inpt1 {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #CC3333;
	width: 200px;
	border: 1px solid #666666;
}
.inpt {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 10px;
	color: #CC3333;
	width: 200px;
	border: 1px solid #666666;
}
.link{
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: 554F4F;
}
A:link {text-decoration: none; color:554F4F;}
A:visited {text-decoration: none; color:554F4F;}
A:active {text-decoration: none; color:554F4F;}
A:hover {text-decoration: underline overline; color: red;}