a:link {
	color: darkred;
	text-decoration: none;
}

a:visited {
	color: darkred;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

td {
	color: #000000;
	font-family: arial, verdana, helvetica, sans serif;
	font-size: 12px;
}

div {
	margin: 20px;
}

.large {
	font-size: 14px;
	font-weight: bold;
}

.address {
	font-weight: bold;
	font-size: 14px;
	color: darkred;
}
form em {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}