/* Style sheet for Beacon Hill Chocolates */

body {

	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: small
}

h1, h3 {

	font-family: Arial, Helvetica, sans-serif;
}

/* hypertext links */

a {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

