a {
	color: rgb(49, 86, 115);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9F5C64;
	text-decoration: none;
}

blockquote {
	letter-spacing: 1px;
	margin-top: 0px;
}

body {
	background: url(images/bg-gray.jpg) #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #556B2F;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
}

.head1 {
	color: #9F5C64;
	font: bold 230% "Times New Roman", Times, serif;
	letter-spacing: 20px;
	text-transform: uppercase;
}

.head2 {
	color: #9F5C64;
	font: bold 160% "Times New Roman", Times, serif;
	letter-spacing: 20px;
	text-transform: uppercase;
}

.small1 {
	font-size: 60%;
	font-variant: small-caps;
}
