	body {
		background-color: #fff;
	}

	h1, h2 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: transparent;
		color: #b7274c;
		margin-top: 0;
	}

	h1 { font-size: 110%; margin-left: 0.2em }
	h2 { font-size: 100%; margin-left: 0.2em }
	h3 { font-size: 90%; margin-left: 0.2em }
	h4 { font-size: 80%; margin-left: 0.2em }

	p {
		margin-left: 0.5em;
	}

	a:link {
		text-decoration: none;
		color: #0000af;
	}

	a:active {
		text-decoration: none;
		color: #c33;
	}

	a:visited {
		text-decoration: none;
		color: #609;
	}

	a:hover {text-decoration: underline;}

	img {
		border: solid 4px #fff;
	}

	p img {
		margin: 0.2em;
	}

	em {
		font-size: 0.8em;
	}

	li {
		list-style-type: circle;
	}
