body {
	margin: auto;
	text-align: center;
	font-family: Verdana, sans-serif;
}

hr {
	width: 250px;
}

h3 {
	font-family: Trajan Pro, Verdana, san-serif;
}

input {
	height: 40px;
	width: 270px;
	font-style: italic;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #D43D1A;
}

form {
	text-align: center;
	width: 420px;
	margin: auto;
	border: 1px solid grey;
	padding: 25px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

table {
	text-align: center;
	margin: auto;
}

textarea {
	width: 270px;
	font-style: italic;
}

#contactForm {
	padding-top: 2%;
}

.contactFormLeft {
	text-align: right;
}

.signButton {
	font-weight: bold;
	font-family: Verdana, san-serif;
	border: 1px grey solid;
	color: white;
	width: 100px;
	background-color: #D43D1A;
}

.buttonRight {
	text-align: right;
}