td {
	font-size: 12px;
	line-height: 20px;
}
body {
	text-align: center;
	background-color: #666666;


}
.input {
	border: 1px solid #CCCCCC;
}
.feedback {
	background-image: url(../images/flower.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact {
	background-image: url(../images/contactd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
