body {background-color: white}

p {
	font-family: arial;
	color: black;
}

h1 {
	font-family: helvetica;
}

h2 {
	font-family: helvetica;
}

h3 {
	font-family: helvetica;
}

a:link {color: cyan}     /* unvisited link */
avisited {color: silver}  /* visited link */

