body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFE5B8;
}
.name {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.address {
	font-size: 12px;
}
.notes {
	font-size: 12px;
	font-weight: bold;
}
.links {
	font-size: 12px;
	color:#0000FF;
}
.links a:link, .links a:visited {
  text-decoration: none;
	color:#0000FF;
}
.links a:hover, .links a:active {
	text-decoration: underline;
	color:#0000FF;
}
