@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 40px 0px 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
	background-color: #2B0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(backgrounds/contact.gif);
	background-repeat: no-repeat;
	background-position: 90px 0px;
}


h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #94C7ED;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
}

h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
a {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
}

a:hover {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #A8BD75;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
#form1 h1 {
	font-family: "Bickham Script Pro Semibold";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
}

p {
	margin-left: 10px;

}
