@charset "utf-8";
/* CSS Document */

.content {
  max-width: 1024px;
  margin: auto;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: left;
}

#blurb01 {
	width: 900px;
	margin-left: 60px;
	box-sizing: border-box;
	display: block;
}
#blurb02 {
	width: auto;
	margin-left: 60px;
	box-sizing: border-box;
	display: block;
}
#contact_link {
	color: #FFF;
}

a:link {
  background-color: yellow;
}

a:visited {
  background-color: cyan;
}

a:hover {
  background-color: lightgreen;
}

a:active {
  background-color: hotpink;
}  
</style>
