<!--
body {
	margin: 0px;
	padding:0px;
	background:white;
}

#page {
	width: 640px;
	text-align:center;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	background: white;
	position:relative;
	border: 1px dotted #000099;
	color:#333333;
	margin-top: 30px;
	margin-bottom:30px;
}

p, ul {
	font-size:13px;
	line-height:14pt;
}

li {
	margin-bottom: 7px;
}

#header {
	margin-top: 0px;
	position:relative; top:0px; left:0px; 
	width: 640px; height: 111px; 
	background: url(images/getlovebackheader.jpg) no-repeat; z-index:1;
}


#maintext {
	padding: 0 20px 0 20px;
	margin: 0px;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#testimonials {
	background:#CCFFFF;
	padding: 10px;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

.headline {
	color:#000099;
	padding: 10px; margin: 0px;
}

h3.headline {
	padding: 10px 30px 10px 30px;
}

.highlight {
	color: red;
}

.bodytext {
	line-height: 18pt;
}

#caption {
	font-weight:bold;
	font-size:10pt;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}


form {
	margin:0px; padding: 0px;
}


#footer {
	display:block; 
	text-align:center;
	background: white;
	padding: 10px;
	font-size: 10px;
}

.submit {
	width: 500px; 
	height: 50px;
	position: relative; top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}

a.button{
	display: block;
	background: blue;
	width: 550px;
	height: 60px;
}

a.button:hover {
	background: red;
}

table {
	margin:0px; padding:0px;
}
-->