
h1  {
	color: white;
  font-weight: normal;
}

div.content {
  margin:2em;
  font-family: Arial;
  color: white;
	line-height: 1.25em;
}


.content a:link, .content a:visited {
  color:#a1a1a1;
  text-decoration:underline;
}
.content a:hover, .content a:active {
  color:white;
  text-decoration:none;
}

