/* Style sheet for Beacon Hill Chocolates */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a8b393;
}

/* 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;
}
