a {
	text-decoration:none;
	color:black;
	background:white;
}

a:hover {
	text-decoration:underline;
	color:silver;
	background:white;
}

body {
	color:black;
	background:white;
	margin-left:1em;
	margin-top:2pt;
}


p {
	text-align:left;
}

p.ca {
	text-align:center;
}

h1 {
	text-align:center;
}

