h1 { text-align: center }
body {
        background: rgb(248, 248, 255); /* ghost white */
	color: #black;   /* crimson */
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: rgb(138, 43, 226);
	text-decoration: none;
}
a:active {
	color: #dc143c;   /* crimson */
	text-decoration: none;
}

