/* CSS Document */
h1, h2, h3, p, .intro{
	color: #006;
}
.awhite:link {
  color: white;
}
/* mouse over link */
.awhite:hover {
  color: white;
  text-decoration: underline;
}
