div,td,p,a,input {
	font-family: trebuchet ms;
	font-size: 13px;
	color: #4d4d4d;
}
a {
	color: #404040; 
	text-decoration: none;
}
a:hover {
	color: #ff0000; 
	text-decoration: none;
}
INPUT.newsletter {
	width:130px;
	background-color:#A9AAAA;
	border:1px solid #A9AAAA;
	height:14px;
	color:#ffffff;
	font-size: 11px;
}
INPUT.sender {
	width:40px;
	background-color:transparent;
	border:1px solid #A9AAAA;
	height:18px;
	cursor:hand;
	font-size: 11px;
}
TEXTAREA.area{
	background-color:#A9AAAA; 
	border:1px double #A9AAAA;
	height:120px;
	width:100%;
	color:#ffffff;
}
