/* CSS Document */

a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:hover {  text-decoration: underline}body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
}
.form_email {
	margin-left: 25px;
}
.thanks {
	width: 600px;
	margin-left: 50px;
}
