<link type="text/css">
	body {
		font-family: italic;
	}
	h1, h2 {
		font-family: sans-serif;
		color: gray;
	}
	h1 {
		border-bottom: 1px solid black;
	}
	p {
		color: maroon;
	}
	blockquote.greentea, p.greentea {
		color: green;
	}
	
</style>